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

feat: Allow the creation of multiple user-assigned managed identities #384

Open
cjtous1 opened this issue May 29, 2024 · 1 comment
Open
Labels
enhancement New feature or request
Milestone

Comments

@cjtous1
Copy link

cjtous1 commented May 29, 2024

  • 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 "me too" comments, 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

As part of my subscription vending process, I would like to be able to create more than 1 user-assigned managed identities.
As a specific example, I would like to create 2 UMIs per subscription for using different credentials when using terraform plan and apply respectively.
Right now, this module limits you to create only 1 UMI unless I missed something...

Describe the solution you'd like

My suggestion would be to do something similar to resource group creation and role assignment creation and allow a map of user-assigned managed identities to be created.

@kewalaka
Copy link
Contributor

kewalaka commented Jun 3, 2024

I came to log the same thing, and found this. Yes @cjtous1 you're correct, the current implementation only supports one umi.

I also have use cases where a map would be more appropriate. When doing configuration-driven terraform, the map key is a useful mechanism to reference between resources.

@matt-FFFFFF matt-FFFFFF added the enhancement New feature or request label Jun 5, 2024
@matt-FFFFFF matt-FFFFFF added this to the v5.0 milestone Jun 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants