Intermittent 404 associated with group/list/members endpoint for vault 1.19.3

Hi,

I’ve tried to experiment with access → groups → g → members → list in vault 1.19.3 (dev mode, 3 node raft prod clusters) and am running to intermittent 404’s when listing group members (about 5-10% of the time). Repeating the list request usually works - but just wondering if I’m doing something wrong? Or a known issue?

To reproduce:

  • vault server -dev
  • create user ‘test’ via auth method userpass
  • login as ‘test’ to create entity
  • create group test
  • add entity ID for user ‘test’ to group as only id added
  • repeat until 404: groups → test → members → entity ID → 404

It may take numerous attempts to get it to break, my anecdotal experience is about 10% of the time it 404’s

regards

@ozacas

Now reported to Intermittent 404 with group list members · Issue #30755 · hashicorp/vault · GitHub