You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix OIDC trust policy + add permissions boundary for password-set role
Two issues blocking apply:
1. ci-infra OIDC trust only matched ref-based sub claims, but the apply
job uses `environment: production` which sends environment-based claims.
Added both formats to the trust condition.
2. password-set IAM role was missing permissions_boundary, which the
developer boundary requires for all new roles created via CI.
Also reverts v5 pin from #57 since that wasn't the root cause.
0 commit comments