-
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
web UI fails to list secrets when the path contains a #*+[(\ character #6282
Comments
I'm not sure why it would only create a problem with the open parenthesis. There probably is a range of characters that trigger the same bug. |
and trying each link shows:
|
Even when hashicorp/vault#6282 is fixed
@meirish is this considered a bug? I'm not familiar with how labels are assigned :-) |
@singuliere Yep, the linked PR (#6294) fixes it - just got around to checking it out yesterday. @dupainaulevain thanks for the report - I think we've also fixed it in a few other places in the UI as well. |
@meirish excellent,thanks! |
@meirish do you think vault kv list fails when a path component has a trailing white space has the same root cause as this issue? |
@dupainaulevain no they are separate, it looks like there's a PR with some discussion linked on that issue, I believe that behavior is intentional (and the UI mimics it in the web CLI) |
Describe the bug
the web UI fails to list secrets when a component of the path contains a #*+[(\ character
To Reproduce
Steps to reproduce the behavior, using a live Vault server (not the -dev because the workaround will redirect to the page asking for the token) and the open parenthesis.
Expected behavior
The secret is displayed
Workaround
Environment:
The text was updated successfully, but these errors were encountered: