feat(stacks): use Code Connections for repo auth#147
Open
dmonroy wants to merge 1 commit into
Open
Conversation
Point users to the CodeBuild default source credentials page to set up a Code Connections (GitHub App) credential, replacing the legacy OAuth new-project walkthrough. Refs #82
ipmb
approved these changes
Jun 23, 2026
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.
What
Updates the source-credential prompt in
apppack create app/create pipeline(VerifySourceCredentials) to guide users through AWS Code Connections instead of the legacy CodeBuild OAuth flow..../codebuild/sourceCredentials/default) in the cluster's region, replacing the old.../codebuild/project/newpage.Why
The old new-project OAuth walkthrough no longer matches the AWS console and relied on a deprecated path. Closes #82.
How it works
No template change required: the app's CodeBuild project specifies no source
Authof its own, so it uses the account-level default source credential. Saving a Code Connection as that default (what this prompt guides) is enough — confirmed by the AWS CodeBuild "GitHub App connections" docs, where theImportSourceCredentials --auth-type CODECONNECTIONScall is the CLI equivalent of the console page we open.Testing
go build ./...,go vet ./stacks/,go test ./stacks/all passgofmtclean