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
I've added an entity to a group via the REST API, and can see that the entity has been added to the group if I query the group or entity via the rest api (that is, member_entity_ids and group_ids are populated as expected).
However, when viewing the group or entity in the UI, the group appears to have no members, and the entity appears be in no groups.
This seems to be a bug in the UI itself, as looking at the Network tab in Chrome dev tools, I can see from the response that the group has members, and the entity belongs to the group.
To Reproduce
Steps to reproduce the behavior:
Create a Group example-group and an Entity example-entity (I did this via Terraform but the REST API will do the job)
Add example-entity to example-group via the REST API
Query example-group/example-entity by name via the REST API to confirm this has worked
View example-group or example-entity in the UI - it will appear as if example-group has no members, and example-entity belongs to no groups.
Expected behavior
In the UI, example-group should have example-entity as a member, and example-entity should be a member of example-group.
Environment:
Vault Server Version (retrieve with vault status): 1.7.1
Vault CLI Version (retrieve with vault version): Vault v1.7.1 (9171422)
Server Operating System/Architecture: Docker Image (vault:latest)
The text was updated successfully, but these errors were encountered:
Hi @mattcopas - I see a PR associated with this issue has been merged and should be included in the Vault 1.7.2 release, so I'm going to close this issue. Thanks for reporting it!
Describe the bug
I've added an entity to a group via the REST API, and can see that the entity has been added to the group if I query the group or entity via the rest api (that is,
member_entity_ids
andgroup_ids
are populated as expected).However, when viewing the group or entity in the UI, the group appears to have no members, and the entity appears be in no groups.
This seems to be a bug in the UI itself, as looking at the Network tab in Chrome dev tools, I can see from the response that the group has members, and the entity belongs to the group.
To Reproduce
Steps to reproduce the behavior:
example-group
and an Entityexample-entity
(I did this via Terraform but the REST API will do the job)Expected behavior
In the UI, example-group should have example-entity as a member, and example-entity should be a member of example-group.
Environment:
vault status
): 1.7.1vault version
): Vault v1.7.1 (9171422)vault:latest
)The text was updated successfully, but these errors were encountered: