Skip to content
This repository has been archived by the owner on Sep 17, 2021. It is now read-only.

Commit

Permalink
Merge pull request #125 from ikoniaris/patch-1
Browse files Browse the repository at this point in the history
Tighten up AssumeRole perms for SecurityMonkeyInstanceProfile
  • Loading branch information
Patrick Kelley committed Mar 28, 2015
2 parents d2a256e + 009de65 commit deeb197
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/configuration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ STS-AssumeRole
"Effect": "Allow",
"Action":
"sts:AssumeRole",
"Resource": "*"
"Resource": "arn:aws:iam::*:role/SecurityMonkey"
}
]
}
Expand Down

0 comments on commit deeb197

Please sign in to comment.