Files
teleport/examples/resources/github.yaml
T
Ben Arent a04b377663 Update Google Workspace and Okta Docs (#6267)
* Update GSuite and Okta Docs
* s/suite/workspace
* Remove use of admin to use editor
2021-04-05 15:45:08 -07:00

23 lines
731 B
YAML

kind: github
version: v3
metadata:
name: github
spec:
# Github OAuth app client ID
client_id: <client-id>
# Github OAuth app client secret
client_secret: <client-secret>
# Github will make a callback to this URL after successful authentication
# cluster-url is the address the cluster UI is reachable at
redirect_url: "https://<cluster-url>/v1/webapi/github/callback"
# connector display name that will be appended to the title of "Login with"
# button on the cluster login screen so it will say "Login with Github"
display: Github
# mapping of Github team memberships to Teleport cluster roles
teams_to_logins:
- logins:
- access
- editor
organization: <github-org>
team: <github-team>