We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cfd650c + fe9d031 commit 6f4d463Copy full SHA for 6f4d463
test/deploy-eks-cluster.sh
@@ -107,13 +107,13 @@ function createCluster() {
107
{
108
\"Effect\": \"Allow\",
109
\"Principal\": {
110
- \"Federated\": \"arn:aws:iam::$account_id:oidc-provider/$oidc_provider\"
+ \"Federated\": \"arn:aws:iam::${account_id}:oidc-provider/${oidc_provider}\"
111
},
112
\"Action\": \"sts:AssumeRoleWithWebIdentity\",
113
\"Condition\": {
114
\"StringEquals\": {
115
- \"$oidc_provider:aud\": \"sts.amazonaws.com\",
116
- \"$oidc_provider:sub\": \"system:serviceaccount:$namespace:$service_account\"
+ \"${oidc_provider}:aud\": \"sts.amazonaws.com\",
+ \"${oidc_provider}:sub\": \"system:serviceaccount:${namespace}:${service_account}\"
117
}
118
119
0 commit comments