terraform-provider-vsphere icon indicating copy to clipboard operation
terraform-provider-vsphere copied to clipboard

feat: add support for managing vCenter Single Sign-on domain local users and groups

Open FlxPeters opened this issue 2 years ago • 3 comments

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

  • govc SSO client implementation: https://github.com/vmware/govmomi/blob/main/govc/sso/client.go

FlxPeters avatar Nov 05 '23 06:11 FlxPeters

CLA assistant check
All committers have signed the CLA.

hashicorp-cla avatar Nov 05 '23 06:11 hashicorp-cla

Is work continuing on this pull request?

tenthirtyam avatar Feb 12 '24 16:02 tenthirtyam

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

FlxPeters avatar Feb 12 '24 17:02 FlxPeters

Thanks for the feedback! So there is no proper way to implement this yet, right?

FlxPeters avatar Mar 13 '24 22:03 FlxPeters

Unfortunately, not currently.

tenthirtyam avatar Mar 13 '24 22:03 tenthirtyam

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.

github-actions[bot] avatar Apr 16 '24 02:04 github-actions[bot]