terraform-aws-modules / terraform-aws-iam

Terraform module to create AWS IAM resources 🇺🇦
https://registry.terraform.io/modules/terraform-aws-modules/iam/aws
Apache License 2.0
779 stars 985 forks source link

feat: Allow users to set and read own access keys description (iam-group-with-policies) #461

Closed vutny closed 6 months ago

vutny commented 6 months ago

Description

This PR fixes default IAM permissions for user group created by iam-group-with-policies module, extending it to allow users set and read own access keys description when creating them via AWS Console.

Motivation and Context

The issue with missing permissions was already addressed before by PR #287 , but the lines looks like were just lost after some major changes.

Breaking Changes

None.

How Has This Been Tested?

By applying the change to existing policies and checking AWS console.

antonbabenko commented 6 months ago

This PR is included in version 5.35.0 :tada:

github-actions[bot] commented 5 months ago

I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems related to this change, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.