Skip to content

Commit

Permalink
feat: Allow users to set and read own access keys description (iam-gr…
Browse files Browse the repository at this point in the history
…oup-with-policies) (#461)
  • Loading branch information
vutny committed Feb 27, 2024
1 parent f378091 commit c80cd10
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 c80cd10

Please sign in to comment.