Created
July 26, 2023 02:09
-
-
Save ashishjullia/cbf0612de53d482dabd53ed02b0a7eb8 to your computer and use it in GitHub Desktop.
federated-role-trust-policy-eks-console-access
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"Version": "2012-10-17", | |
"Statement": [ | |
{ | |
"Effect": "Allow", | |
"Principal": { | |
"AWS": [ | |
"arn:aws:iam::<account-number>:user/<username>" | |
] | |
}, | |
"Action": "sts:AssumeRole", | |
"Condition": {} | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment