Skip to content

Commit

Permalink
Allow users to set and read own access keys description
Browse files Browse the repository at this point in the history
  • Loading branch information
vutny committed Feb 26, 2024
1 parent f378091 commit 1302b4c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion modules/iam-group-with-policies/policies.tf
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,10 @@ data "aws_iam_policy_document" "iam_self_management" {
"iam:DeleteAccessKey",
"iam:ListAccessKeys",
"iam:UpdateAccessKey",
"iam:GetAccessKeyLastUsed"
"iam:GetAccessKeyLastUsed",
"iam:TagUser",
"iam:ListUserTags",
"iam:UntagUser",
]

resources = [
Expand Down

0 comments on commit 1302b4c

Please sign in to comment.