Skip to content

Instantly share code, notes, and snippets.

@evaristorivi
Created May 15, 2019 18:36
Show Gist options
  • Save evaristorivi/967c69092e60fddcce5d10fb76e25fb5 to your computer and use it in GitHub Desktop.
Save evaristorivi/967c69092e60fddcce5d10fb76e25fb5 to your computer and use it in GitHub Desktop.
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "VisualEditor0",
"Effect": "Allow",
"Action": [
"sts:DecodeAuthorizationMessage",
"sts:GetCallerIdentity"
],
"Resource": "*"
},
{
"Sid": "VisualEditor1",
"Effect": "Allow",
"Action": "sts:AssumeRole",
"Resource": "arn:aws:iam::*:role/*"
},
{
"Sid": "VisualEditor2",
"Effect": "Allow",
"Action": "sts:*",
"Resource": [
"arn:aws:iam::*:role/*",
"arn:aws:iam::*:user/*"
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment