We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd93867 commit c6468aaCopy full SHA for c6468aa
_partials/eks-pod-identity/_eks-pod-identity-prerequisites.mdx
@@ -430,6 +430,18 @@ partial_name: eks-pod-identity-prerequisites
430
}
431
432
},
433
+ {
434
+ "Effect": "Allow",
435
+ "Principal": {
436
+ "AWS": "arn:aws:iam::<aws-management-cluster-account-id>:role/<role-name-for-identity-service-iam-local-role>"
437
+ },
438
+ "Action": "sts:AssumeRole",
439
+ "Condition": {
440
+ "StringLike": {
441
+ "sts:ExternalId": "<aws-management-cluster-region>/<aws-management-cluster-account-id>/<management-cluster-name>/*/palette-manager"
442
+ }
443
444
445
{
446
"Effect": "Allow",
447
"Principal": {
0 commit comments