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

[FEATURE] Resource to create 'role' in subaccount #841

Open
juliankuipers-alliander opened this issue Jul 2, 2024 · 3 comments
Open

[FEATURE] Resource to create 'role' in subaccount #841

juliankuipers-alliander opened this issue Jul 2, 2024 · 3 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@juliankuipers-alliander
Copy link

juliankuipers-alliander commented Jul 2, 2024

What area do you want to see improved?

terraform provider

Is your feature request related to a problem? Please describe.

I can create and assign a role collection with this provider, but I can't create a role with this provider. I miss this functionality. For example: the alm-ts app (cTMS) has a role template for ImportOperator from which you can create a role and assign specific values to the attribute TmsNodesImport.

Describe the solution you would like

It would be great to have a resource with which I can create roles in my subaccount. With this I can create roles from a template. I can provide the role name, description, template and assign the attributes.

Describe alternatives you have considered

Alternative would be creating the role manually on BTP and using the provider to assign it to a role collection and users.

Additional context

No response

@juliankuipers-alliander juliankuipers-alliander added enhancement New feature or request pending-decision This issue has not been accepted for implementation nor rejected. It's still open to discussion. labels Jul 2, 2024
Copy link

github-actions bot commented Jul 2, 2024

Thanks for the feature request. We evaluate it and update the issue accordingly.

Community Note

Voting for Prioritization

  • Please vote on this issue by adding a 👍 reaction to the original post 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.

Volunteering to Work on This Issue

  • If you are interested in working on this issue, please leave a comment.
  • If this would be your first contribution, please review the contribution guide.

@lechnerc77
Copy link
Member

Tasks to enable roles:

  • Activate role-specific resources in provider.go for the three levels global account, directory and subaccount
  • Validate implementation of role-specific resources wrt to potential changes on platform as well as to changes in provider framework since initial implementation
  • Add missing test cases for resources

Remark: Data sources for roles are already available

@lechnerc77 lechnerc77 removed the pending-decision This issue has not been accepted for implementation nor rejected. It's still open to discussion. label Jul 3, 2024
@vipinvkmenon vipinvkmenon added this to the 1.5.0 milestone Jul 3, 2024
@lechnerc77
Copy link
Member

@juliankuipers-alliander fyi: resources will be implemented.

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

4 participants