Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AWS::IAM::User-Tags #69

Closed
avatarworf opened this issue Aug 1, 2019 · 0 comments
Closed

AWS::IAM::User-Tags #69

avatarworf opened this issue Aug 1, 2019 · 0 comments
Labels
security identity compliance IAM, Cognito, Secrets Manager, GuardDuty, etc.
Milestone

Comments

@avatarworf
Copy link

1. Title

IAM::User supports tagging and untagging of users, and it should be supported in CloudFormation.

2. Scope of request

Allow creation, update, removal of tags on Users. CloudFormation Stacks which are tagged should also propagate tags onto IAM Users created resources.

3. Expected behavior

  • In Create, it should reference the cloudformation resourceId and stackName, just like other resources managed by CloudFormation, as well as apply Stack Tags or Resource specific Tags.
  • in Update, change the value of the tag

4. Suggest specific test cases

  • Adding tags on create of User.
  • Adding tags on update of User.
  • Removing tags on update of User.

5. Helpful Links to speed up research and evaluation

API Docs: https://docs.aws.amazon.com/IAM/latest/APIReference/API_TagUser.html

In IAM, User and Roles (See other raised issue #19 ) and can be tagged.

6. Category

  • Management (CloudTrail, Config...)
  • Security (IAM, KMS...)

7. Any additional context

Supported by boto: https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/iam.html#IAM.Client.create_user

@TheDanBlanco TheDanBlanco added the security identity compliance IAM, Cognito, Secrets Manager, GuardDuty, etc. label Aug 1, 2019
@craigataws craigataws added this to the cov milestone Jul 21, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
security identity compliance IAM, Cognito, Secrets Manager, GuardDuty, etc.
Projects
None yet
Development

No branches or pull requests

4 participants