-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Vault 1.15.0 - Browsing kv's via /ui/ is fine but trying to share a listing url returns 404 (So does pressing F5). #23539
Comments
I have the same issue after upgrading to 1.15.0
This results in URLs not working. |
This is still an issue in 1.15.1 (not tested 1.15.2 yet) Opening the link in a new window/tab or even hitting referesh / F5 leads to a 404:
With vault <1.15.x the url would have looked like this: |
Hi @marsu-p -- would you mind sharing which browser you're seeing this behavior on? I'm unable to replicate on 1.15.1. Thanks! |
Thanks for the swift reply. |
Hi @hmalinov -- That's correct, we did update the URL structure so that we would minimize the number of times we fetch the underlying secret data. The previous url for details was: |
@hashishaw If the url change is intentional, it is indeed a good idea to be documented. |
I'm certainly feeling this. All my browser history is sending me to dead URLs leaving me with manually browsing to paths. Then those paths also 404 when I go back to them later. I can't middle-click entries in the kv ui list to open them in new tabs and navigate around like a normal website either - doing that manually by copying the current URL to a new tab 404s. This UI update feels like a major step back in accessibility and function for F5'ing to 404 your existing page alone. Where's the backwards compatibility with the old URI paths and how was it acceptable for refreshing with this new URI format to 404 in the release? I had to go around and update a lot of documentation - but a lot of the new paths are 404ing anyway. You cannot hyperlink to salt kv ui dirs which aren't at the top level anymore. |
Describe the bug
Can navigate the /ui/ for KV secrets just fine. But hitting F5 or attempting to sharthe URL-bar link results in a 404
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The same list of secrets to draw for visual navigation to continue.
Environment:
vault status
):1.15.0
vault version
): Vault v1.15.0 (b4d0727), built 2023-09-22T16:53:10ZMicrosoft Windows 10 Pro
10.0.19045 Build 19045
Google Chrome
Version 116.0.5845.111 (Official Build) (64-bit)
Vault server configuration file(s):
NA (?)
Additional context
Reproducible on this Windows client with
vault server -dev
onVault v1.15.0 (b4d07277a6c5318bb50d3b94bbd6135dccb4c601), built 2023-09-22T16:53:10Z
. Simply make a new secret under a subdir kv path and hit F5 in the middle subdir secret listing.Seems to be a minor /ui bug.
The text was updated successfully, but these errors were encountered: