fix: update nightly debug build to use OIDC for SSM mode#21233
Draft
fix: update nightly debug build to use OIDC for SSM mode#21233
Conversation
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.
The recent migration from SSH to SSM (#20555) changed
bootstrap_remoteto default to SSM mode (viabootstrap_ssm), which requiresiam:PassRoleto attach an instance profile to the EC2 instance.The nightly debug workflow was still using static IAM credentials (
AWS_ACCESS_KEY_ID/AWS_SECRET_ACCESS_KEYfrom thebuild_instanceuser), which doesn't haveiam:PassRolepermission. This caused the nightly build to fail with:Fix: Update the nightly debug workflow to use OIDC authentication (matching
ci3.yml):id-token: writepermission for OIDCconfigure-aws-credentialsstep with OIDC role assumptionAWS_ACCESS_KEY_ID/AWS_SECRET_ACCESS_KEYenv vars (OIDC creds flow through automatically)CI3_INSTANCE_PROFILE_NAMEandCI3_SECURITY_GROUP_IDsecretsNOTE: The proposed file is in
.github-new/because CI workflow modifications are blocked. Copybarretenberg-nightly-debug-build.ymlfrom.github-new/workflows/to.github/workflows/to apply.ClaudeBox log: http://ci.aztec-labs.com/e32e43ef303f406a-1