Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save ashishjullia/cbf0612de53d482dabd53ed02b0a7eb8 to your computer and use it in GitHub Desktop.
Save ashishjullia/cbf0612de53d482dabd53ed02b0a7eb8 to your computer and use it in GitHub Desktop.
federated-role-trust-policy-eks-console-access
{
"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