Skip to content

Add support for managing vCenter Single Sign-on domain local users and groups #1413

@dbond007

Description

@dbond007

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

Sub-issues

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions