community.aws icon indicating copy to clipboard operation
community.aws copied to clipboard

Support tagging for AWS IAM managed policies

Open celik0311 opened this issue 4 years ago • 4 comments
trafficstars

SUMMARY

Add the ability to tag managed AWS IAM policies

ISSUE TYPE
  • Feature Idea
COMPONENT NAME

iam_managed_policy

ADDITIONAL INFORMATION

AWS supports tagging Managed IAM policies, we should be able to do that from the managed IAM policy module.

- name: Create IAM Managed Policy
  community.aws.iam_managed_policy:
...
    tags:
      foo: bar

celik0311 avatar May 04 '21 16:05 celik0311

Files identified in the description:

  • [plugins/modules/iam_managed_policy.py](https://github.com/['ansible-collections/amazon.aws', 'ansible-collections/community.aws', 'ansible-collections/community.vmware']/blob/main/plugins/modules/iam_managed_policy.py)

If these files are inaccurate, please update the component name section of the description or use the !component bot command.

click here for bot help

ansibullbot avatar Jan 27 '22 20:01 ansibullbot

cc @dkhenry @jillr @markuman @s-hertel @tremble click here for bot help

ansibullbot avatar Jan 27 '22 20:01 ansibullbot

@sebastien-rosset @celik0311 Does one of you have some time to implement the tags parameter here?

markuman avatar Jan 27 '22 20:01 markuman

Before I start, I'd like to see that at least one other PR is accepted and merged. I would like to get some confidence that submissions are actually accepted (obviously with proper review) within a reasonable time frame. For example, this one: https://github.com/ansible-collections/community.aws/pull/870

sebastien-rosset avatar Jan 27 '22 20:01 sebastien-rosset