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
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
The text was updated successfully, but these errors were encountered:
Thanks for submitting this. I've reproduced the issue on 1.18 and I actually see the OpenAPI UI hanging for all queries with path parameters, not just ones with a hyphen.
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:
Expected behavior
The webGUI should either send the request and display the result or timeout.
Environment:
The text was updated successfully, but these errors were encountered: