Skip to content

Commit abde37a

Browse files
committed
fix(uat): empty adminRoles, add OIDC provider IAM permissions
EKS auto-grants cluster creator access, so adminRoles should not include the creating role (causes 409 conflict). Re-add OIDC provider IAM actions needed for EKS IRSA setup.
1 parent 709eac0 commit abde37a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/uat/aws/config.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@ cluster:
1616
coreDns: ""
1717
vpcCni: ""
1818
kubeProxy: ""
19-
adminRoles:
20-
- github-actions-role-aicr
19+
adminRoles: []
2120
controlPlane:
2221
allowedCidrs:
2322
- 12.97.180.32/27 # AUS-A

0 commit comments

Comments
 (0)