-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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] GitHub proxy #51086
Merged
Merged
[v17] GitHub proxy #51086
Conversation
This file contains 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
Amplify deployment status
|
* github integration resource * fix lib/web * revert withSecrets * use static credentials * address review comments * fix ut
* git_server resource and role.allow.github_permissions * implicit RO on KindGitServer * review comments * fix ut * make -C integrations/operator crd * fix ut again * make crds-up-to-date and make -C integrations/terraform docs
* GitHub proxy part 1.5: integration in web ui * fix lint
* GitHub Proxy part 3.5: caching PluginStaticCredentials * fix lint
* GitHub proxy part 2.5: git_server cache * revert event * fix getAll * review comments
* GitHub Proxy part 3: gen github user cert and export CA * address pr comment * minor refactor * use cache * fix build and cache
* GitHub proxy part 4: tsh git ls * fix ut * update username note * fix
* GitHub proxy part 5: OAuth flow to retrieve GitHub identity * review comments round1 * review comments round 2 and update tsh git list * make -C integrations/operator crd * make -C integrations/terraform docs * fix flaky test
* GitHub proxy part 6.5: tsh git ssh/clone/config * review comments * fix test * fix ut for lookpath * fix logger and update dependency version * go mod tidy for integrations
* GitHub proxy part 7: audit events * make Git Command consistent * fix typo
* GitHub proxy: recording git command * address review * review comments * allow flags after repository for git-upload-pack
* GitHub proxy part 6: proxing Git using SSH transport * better command parsing and update suite * refactor * revert unnecearrty files * address review comments * ut fix * revert localsite_test.go * change special suffix to teleport-github-org for routing * fix routing ut * minor typo edit * fix ut after sshca change * add UT to sshutils * minor review comments * fix api ut because of special suffix change * GitServerReadOnlyClient * downgrade error to warning * run go mod tidy. not sure why it's needed * rename mock.go to mock_test.go
greedy52
force-pushed
the
STeve/v17_github_proxy
branch
from
January 16, 2025 15:08
7aacc2c
to
2a5b0e4
Compare
github-actions
bot
added
audit-log
Issues related to Teleports Audit Log
documentation
helm
size/xl
labels
Jan 16, 2025
greedy52
removed request for
tigrato,
avatus,
mmcallister,
zmb3,
ryanclark,
flyinghermit,
hugoShaka,
gzdunek,
xinding33,
fspmarshall,
kiosion,
rosstimothy,
kimlisa,
rudream and
bernardjkim
January 16, 2025 15:45
hugoShaka
approved these changes
Jan 16, 2025
r0mant
approved these changes
Jan 16, 2025
public-teleport-github-review-bot
bot
removed request for
gabrielcorado,
GavinFrazar and
ptgott
January 16, 2025 16:13
|
@r0mant could you excludeflake for the Same as the SSH transport PR, existing tests from
|
FTD isn't required on release branches |
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.
backport of GitHub proxy to branch/v17
changelog: Support proxying Git commands for github.com
related:
This PR backports all changes listed in the 17.2 bucket from above PR (minus cloud/doc changes).
Cherry-pick master commits in the following order:
Checklist: