Skip to content

Commit

Permalink
fix: allow user to change password without MFA configured (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
jufemaiz committed Jan 8, 2024
1 parent c7102f3 commit 551ea7b
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,6 @@
# .tfstate files
*.tfstate
*.tfstate.*

# Lockfiles
.terraform.lock.hcl
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# CHANGELOG

## v0.1.3 (2024-01-08)

### Fixed

* Allow user to change password without MFA configured.

## v0.1.2 (2019-08-09)

* Resolves inability to assume roles across accounts.
Expand Down
2 changes: 2 additions & 0 deletions groups/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -254,11 +254,13 @@ data "aws_iam_policy_document" "self_management" {
"iam:DeleteVirtualMFADevice",
"iam:EnableMFADevice",
"iam:GetAccountPasswordPolicy",
"iam:GetLoginProfile",
"iam:GetUser",
"iam:ListMFADevices",
"iam:ListUsers",
"iam:ListVirtualMFADevices",
"iam:ResyncMFADevice",
"iam:UpdateLoginProfile",
"sts:GetSessionToken",
]

Expand Down

0 comments on commit 551ea7b

Please sign in to comment.