-
Notifications
You must be signed in to change notification settings - Fork 4.6k
Closed
Labels
reproducedThis issue has been reproduced by a Vault engineerThis issue has been reproduced by a Vault engineerui
Description
When trying to create a new secret-id for an approle role or when reading an OIDC role identified by a name including an hyphen (for instance "my-role"), the swagger UI hangs forever.
The request does not appear in the logs, meaning it was probably never sent.
It used to who work correctly with older version, and it still works with the integrated CLI
To Reproduce
Steps to reproduce the behavior:
- In the WebGUI navigate to "Tools/API Explorer"
- Try getting an existing role with an hyphen in its name (i.e. "my-role")
- Hit execute
- It hangs forever with no logs
Expected behavior
The webGUI should either send the request and display the result or timeout.
Environment:
- Vault Server Version : 1.17.6
- Vault CLI Version : n/a problem is with the webGUI
- Server Operating System/Architecture: n/a problem is on client side
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
reproducedThis issue has been reproduced by a Vault engineerThis issue has been reproduced by a Vault engineerui