-
Notifications
You must be signed in to change notification settings - Fork 478
Open
Feature
1 / 11 of 1 issue completed
Copy link
Labels
area/iamArea: Identity and AccessArea: Identity and AccessenhancementEnhancementEnhancementnew-data-sourceNew Data SourceNew Data Sourcenew-resourceNew ResourceNew Resource
Milestone
Description
Description
Add support to create local user and groups in SSO
Currently you can create roles and apply permissions which require users or groups, but I can't see any way to actually create local users or groups for these resources.
Potential Terraform Configuration
resource vsphere_sso_user "user" {
name = "Johnny.Appleseed"
password = "VMw@re1!"
description = "Terraform"
first_name = "Johnny"
last_name = "Appleseed"
}
resource vsphere_sso_group "group" {
name = "my_group"
members = ["Johnny.Appleseed"]
}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
danonh, dbond007, SerDroide, erltho, benohara and 20 more
Sub-issues
Metadata
Metadata
Assignees
Labels
area/iamArea: Identity and AccessArea: Identity and AccessenhancementEnhancementEnhancementnew-data-sourceNew Data SourceNew Data Sourcenew-resourceNew ResourceNew Resource