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 Request - Identity Principal Resource #815

Closed
adarobin opened this issue Nov 4, 2022 · 2 comments
Closed

Feature Request - Identity Principal Resource #815

adarobin opened this issue Nov 4, 2022 · 2 comments
Assignees
Labels
enhancement Enhancement new-resource Resource

Comments

@adarobin
Copy link

adarobin commented Nov 4, 2022

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

Recently, I've come across some use cases where it would be useful to be able to create Identity Principals via Terraform.

The use cases are:

  • Creating Identity Principals for use with NSX Container Plug-in or VMware Container Networking with Antrea
  • Creating Identity Principals to be used by internal "customers" to manage a subset of firewall policy without impacting the entire environment

Describe the solution you'd like

resource "nsxt_identity_principal" "my_principal" {
  name = "my_principal"
  node_id = "asdf"
  certificate_pem = "PEMSTRING"
  role = "enterprise_admin"
}

Describe alternatives you've considered

No response

Additional context

No response

@adarobin adarobin added the enhancement Enhancement label Nov 4, 2022
@annakhm annakhm added the new-resource Resource label Apr 6, 2023
@salv-orlando
Copy link
Member

@wsquan171 looks like your PR #1021 addresses this issue, is that correct?

@wsquan171
Copy link
Contributor

Implemented with #1021

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Enhancement new-resource Resource
Projects
None yet
Development

No branches or pull requests

4 participants