terraform-provider-vsphere
terraform-provider-vsphere copied to clipboard
feat: add support for managing vCenter Single Sign-on domain local users and groups
Description
Resolves #1413 - Add support to manage vCenter users and groups.
Note: This is a draft for now. Further resources and data sources are in progress. I want early feedback, especially on the dynamic token implementation, since it introduces a new pattern to the provider.
Acceptance tests
- [ ] Have you added an acceptance test for the functionality being added?
- [ ] Have you run the acceptance tests on this branch?
Output from acceptance testing:
$ make testacc TESTARGS='-run=TestAccXXX'
...
Release Note
Release note for CHANGELOG:
...
References
govcSSO client implementation: https://github.com/vmware/govmomi/blob/main/govc/sso/client.go
Is work continuing on this pull request?
I'm waiting for feedback in the issue: https://github.com/hashicorp/terraform-provider-vsphere/issues/1413#issuecomment-1793651584
Main problem is how to handle the client. It requires non of the existing ones. Any suggestions here? Technically it's a solvable issue, I'm just not sure what's the best way
Thanks for the feedback! So there is no proper way to implement this yet, right?
Unfortunately, not currently.
I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems related to this change, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.