-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
Swagger UI hangs when accessing ressources including an hyphen #28670
Comments
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. |
the same is happening for us, (v 1.18.0) |
Do you have any update or correction plan for this issue ? |
they have an internal ticket about this |
The swagger hanging bug has been fix in PR #28870 , backported to 1.18.3, 1.17.10 Enterprise, and 1.16.15 Enterprise. |
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: