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
Describe the bug
Vault UI does not display "Entities" (under "Access") when a non-root token is used, even though Entities can be listed with that non-root token through the Vault CLI.
To Reproduce
Create a policy with the permissions to read (and, optionally, create, update, and delete) entities. I've provided below the relevant part of the policy I'm using.
Attach the policy created in Step 1 to a group.
Add an entity to the group created in Step 2.
Login to Vault UI using the entity created or modified in Step 3.
Use Vault UI's built-in console to verify that the entity has permission to list entities by ID and name: vault list identity/entity/[id|name]. The same can be done with the standard Vault CLI, using a token pertaining to the entity created or modified in Step 3.
Navigate to the "Access" tab and confirm that "Entities" is not shown on the sidebar navigation, despite the entity having permission to list entities (as verified in Step 4).
Expected behavior
If a token has permissions to list the entities in Vault, the UI should (1) display the "Entities" entry in the sidebar navigation for "Access" and (2) display the list of entities when the "Entities" page is active.
Environment:
Vault Server Version (retrieve with vault status): 1.1.3
Vault CLI Version (retrieve with vault version): 1.1.3
Server Operating System/Architecture: Provided upon request (assuming not relevant)
Additional context
Trying to create a non-root policy that enables certain administrators to manage authentication and authorization, including entities and groups.
The text was updated successfully, but these errors were encountered:
Describe the bug
Vault UI does not display "Entities" (under "Access") when a non-root token is used, even though Entities can be listed with that non-root token through the Vault CLI.
To Reproduce
vault list identity/entity/[id|name]
. The same can be done with the standard Vault CLI, using a token pertaining to the entity created or modified in Step 3.Expected behavior
If a token has permissions to list the entities in Vault, the UI should (1) display the "Entities" entry in the sidebar navigation for "Access" and (2) display the list of entities when the "Entities" page is active.
Environment:
vault status
): 1.1.3vault version
): 1.1.3Vault server configuration file(s):
Additional context
Trying to create a non-root policy that enables certain administrators to manage authentication and authorization, including entities and groups.
The text was updated successfully, but these errors were encountered: