Skip to content

Commit

Permalink
fix: Allow Change Password when no MFA present (#340)
Browse files Browse the repository at this point in the history
  • Loading branch information
0x46616c6b committed Feb 15, 2023
1 parent f82f3e2 commit 0c1cfaa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/iam-group-with-policies/policies.tf
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ data "aws_iam_policy_document" "iam_self_management" {
effect = "Deny"

not_actions = [
"iam:ChangePassword",
"iam:CreateVirtualMFADevice",
"iam:EnableMFADevice",
"iam:GetUser",
Expand Down

0 comments on commit 0c1cfaa

Please sign in to comment.