You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 20, 2026. It is now read-only.
In NSX I have created a custom security role which only has full access to the 'tags' permission. When running the nsxt_vm_tags module as a user that has that role, it fails with error 403 forbidden. The user is able to successfully alter tags through the GUI and API.
Reproduction steps
Create a custom security role in NSX that only has full access to the tags permission.
Assign custom security role to a user in NSX
Run the nsxt_vm_tags module with the user credentials
Expected behavior
User with full access to the tags permission should be able to run this module.