Record AWS OIDC trust blocker after variable exposure#100
Merged
Conversation
Update readiness evidence after the organization role variable became visible to the public repository, moving the deployment blocker from GitHub variable visibility to IAM OIDC trust authorization. Constraint: Run 25195070684 saw PROD_AWS_ROLE_ARN but failed with sts:AssumeRoleWithWebIdentity authorization. Rejected: Treating variable exposure as deployment readiness | AWS STS identity verification still fails. Confidence: high Scope-risk: narrow Directive: Do not add AWS deploy mutations until the IAM role trusts repo:EVNSolution/thundercrew-domain:environment:prod and the smoke reaches aws sts get-caller-identity. Tested: git diff --check; npm run check:workspace; scoped secret and role-arn scan; gh run view 25195070684. Not-tested: Successful OIDC STS assumption because IAM trust still rejects the workflow subject.
This was referenced May 7, 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.
Summary
PROD_AWS_ROLE_ARNbecame visible to the public repository workflow.Trace
cc-95-aws-oidc-trust-blocker-evidenceallowed-with-non-overlapValidation
git diff --check -- docs/deployment/aws-deployment-readiness.mdnpm run check:workspacedocs/deploymentgh run view 25195070684 --repo EVNSolution/thundercrew-domainResult captured
Run
25195070684passed variable validation, then failed inaws-actions/configure-aws-credentialswithNot authorized to perform sts:AssumeRoleWithWebIdentity.