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

Group Membership does not appear in UI #11557

Closed
mattcopas opened this issue May 7, 2021 · 1 comment
Closed

Group Membership does not appear in UI #11557

mattcopas opened this issue May 7, 2021 · 1 comment
Assignees
Labels
bug Used to indicate a potential bug ui
Milestone

Comments

@mattcopas
Copy link

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:

  1. Create a Group example-group and an Entity example-entity (I did this via Terraform but the REST API will do the job)
  2. Add example-entity to example-group via the REST API
  3. Query example-group/example-entity by name via the REST API to confirm this has worked
  4. 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)
@sgmiller sgmiller added the ui label May 7, 2021
@hashishaw hashishaw added the bug Used to indicate a potential bug label May 14, 2021
@hashishaw hashishaw self-assigned this May 17, 2021
@hashishaw hashishaw added this to the 1.7.2 milestone May 18, 2021
@mladlow
Copy link
Collaborator

mladlow commented May 20, 2021

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!

@mladlow mladlow closed this as completed May 20, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Used to indicate a potential bug ui
Projects
None yet
Development

No branches or pull requests

4 participants