Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[v17] docs: update github integration #51704

Merged
merged 2 commits into from
Jan 31, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ Go to "OAuth Apps" under "Developer Settings" of your organization's settings.
Click on "New OAuth App".

Fill in the details. Use the following for "Authentication callback URL":
```
```code
https://<Var name="teleport-proxy-address"/>/v1/webapi/github/
```

Expand Down Expand Up @@ -86,7 +86,7 @@ previous step.

To create the resource with `tctl`, run:
```code
$ tctl create -f github_integration.yaml
$ tctl create github_integration.yaml
```

Once the integration resource is created, export the CA to be used for GitHub:
Expand Down Expand Up @@ -117,7 +117,7 @@ spec:

To create the resource with `tctl`, run:
```code
$ tctl create -f git_server.yaml
$ tctl create git_server.yaml
```

The user role must have `github_permissions` configured to allow access to your
Expand Down
Loading