Skip to content

Commit

Permalink
add iam:ChangePassword to Not Deny which means to Allow
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulDuvall committed Apr 10, 2019
1 parent 7af7cd8 commit 217fcc5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion infrastructure/iam/StelligentConfigureOwnMFAPolicy.json
Expand Up @@ -71,7 +71,8 @@
"iam:ListServiceSpecificCredentials",
"iam:ListMFADevices",
"iam:GetAccountSummary",
"sts:GetSessionToken"
"sts:GetSessionToken",
"iam:ChangePassword"
],
"Resource": "*",
"Condition": {
Expand Down

0 comments on commit 217fcc5

Please sign in to comment.