Add a guide for agentic access to GitHub via Beams - #69580
Open
ptgott wants to merge 1 commit into
Open
Conversation
Contributor
|
Amplify deployment status
Preview links for changed docs pages |
Add a guide to using Beams with Teleport-protected GitHub organizations in `docs/pages/beams`. Unlike the database guide, this guide does not lend itself to a quick, single-purpose demo, so the guide offloads the work of setting up GitHub with Teleport to our pre-existing tutorial. This guide provides a high-level overview of the flow for using Beams with a Teleport-protected GitHub organization. Related changes: - Edit guide titles: Since the GitHub guide cannot be a demo guide, edit the database guide to make the titles of the two guides consistent. - Also add an audit step to the database guide. The GitHub guide adds step to check audit events. Mirror this change in the database guide since it's a straightforward edit.
ptgott
force-pushed
the
paul.gottschling/2026-08-11-github
branch
from
August 11, 2026 19:48
0317bf8 to
e9dc9e0
Compare
ptgott
marked this pull request as ready for review
August 11, 2026 19:56
github-actions
Bot
requested review from
mmcallister,
r0mant,
rodgtr1,
roraback and
zmb3
August 11, 2026 19:57
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: e9dc9e0ee7
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
zmb3
reviewed
Aug 12, 2026
Collaborator
There was a problem hiding this comment.
I wonder if we should wait for the GitHub integration to ship before adding GitHub docs. Thougths?
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add a guide to using Beams with Teleport-protected GitHub organizations in
docs/pages/beams. Unlike the database guide, this guide does not lend itself to a quick, single-purpose demo, so the guide offloads the work of setting up GitHub with Teleport to our pre-existing tutorial. This guide provides a high-level overview of the flow for using Beams with a Teleport-protected GitHub organization.Related changes: