mirror of https://github.com/ansible/ansible.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
596 B
JSON
23 lines
596 B
JSON
7 years ago
|
{
|
||
|
"Version": "2012-10-17",
|
||
|
"Statement": [
|
||
|
{
|
||
|
"Action": [
|
||
|
"iam:GetPolicy",
|
||
|
"iam:GetPolicyVersion",
|
||
|
"iam:GetRole",
|
||
|
"iam:ListAttachedRolePolicies",
|
||
|
"iam:ListGroups",
|
||
|
"iam:ListInstanceProfilesForRole",
|
||
|
"iam:ListPolicies",
|
||
|
"iam:ListRoles",
|
||
|
"iam:ListRolePolicies",
|
||
|
"iam:ListUsers"
|
||
|
],
|
||
|
"Resource": "*",
|
||
|
"Effect": "Allow",
|
||
|
"Sid": "AllowReadOnlyIAMUse"
|
||
|
}
|
||
|
]
|
||
|
}
|