Skip to content

Commit

Permalink
fix: Allow user to change own password when no MFA is present (#470)
Browse files Browse the repository at this point in the history
  • Loading branch information
wonko committed Mar 25, 2024
1 parent 5fd612c commit ef0056b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion modules/iam-group-with-policies/policies.tf
Expand Up @@ -167,7 +167,8 @@ data "aws_iam_policy_document" "iam_self_management" {
"iam:ListMFADevices",
"iam:ListVirtualMFADevices",
"iam:ResyncMFADevice",
"sts:GetSessionToken"
"sts:GetSessionToken",
"iam:ChangePassword"
]
resources = ["*"]

Expand Down

0 comments on commit ef0056b

Please sign in to comment.