Skip to content

Commit 4e8bff9

Browse files
authored
Fix trust policy region issue (#508)
Signed-off-by: rasel <rasel@appscode.com>
1 parent 6e23de6 commit 4e8bff9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

files/products/appscode/aws-selfhost/template-trust-relationship

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"Condition": {
1111
"StringEquals": {
1212
"oidc.eks.REGION.amazonaws.com/id/OIDC_ID:sub": "system:serviceaccount:SA_NAMESPACE:SA_NAME",
13-
"oidc.eks.us-east-2.amazonaws.com/id/OIDC_ID:aud": "sts.amazonaws.com"
13+
"oidc.eks.REGION.amazonaws.com/id/OIDC_ID:aud": "sts.amazonaws.com"
1414
}
1515
}
1616
}

0 commit comments

Comments
 (0)