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

Support for IBM Cloud access management tags #2608

Open
data-henrik opened this issue May 11, 2021 · 6 comments
Open

Support for IBM Cloud access management tags #2608

data-henrik opened this issue May 11, 2021 · 6 comments

Comments

@data-henrik
Copy link
Contributor

Community Note

  • Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
  • Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment

Description

IBM Cloud allows to tag resources for access management. They can be defined and assigned. Support is missing.

https://cloud.ibm.com/apidocs/tagging#create-tag

@data-henrik
Copy link
Contributor Author

Seem like #2472 will add it

@data-henrik
Copy link
Contributor Author

data-henrik commented May 18, 2021

It seems to me that only user tags, but not access tags can be created. Note that access tags need to be created before attaching them. With the mandatory resource_id it is not possible create them without attaching. Attaching a non-existent access tag gives an error and does not create it.

@willholley
Copy link
Contributor

willholley commented Jun 28, 2021

Additionally, it seems like it's not possible to define an ibm_iam_access_group_policy which controls access by tag using Terraform.

@mkrudele
Copy link

My understanding is that the IBM Cloud plugin only models the resource-tag relation. It does not model the tag itself. In fact you can manage attaching/detaching tags on a resource, but you cannot create/list/delete tags in an account (create is the most important because it is required for access management tags. User tags don't need to be created in advance because the system does that automatically).
Wouldn't be better to define a new resource e.g. ibm_iam_access_tag to apply/destroy access management tags?

@data-henrik
Copy link
Contributor Author

Any progress?

@l2fprod
Copy link
Member

l2fprod commented Aug 31, 2022

@hkantare @kavya498 any chance to get #3321 merged?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants