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

Commit

Permalink
Tighten up AssumeRole perms for SecurityMonkeyInstanceProfile
Browse files Browse the repository at this point in the history
  • Loading branch information
ikoniaris committed Mar 28, 2015
1 parent d2a256e commit 009de65
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 009de65

Please sign in to comment.