-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
KV keys created in UI are added one prefix level up #10502
Comments
Thanks for the report @urog, much appreciated! I just had a look to see how far back this went, and it seems to be a problem in the UI with the new 1.10.0 release (earlier than this is fine, so 1.9.x back), I'll see if we can get this fixed up for 1.10.1 Thanks again for the submitting the issue 👍 |
This is a very amusing bug to be faced with, especially after the major upgrade and the UI change! 👀 |
😬 thanks all for reporting this! There's a fix in the works ^ . I'm just staring at it a little harder before I write it up. Fix should be good to go in our next 1.10.x release. |
New release anytime soon? 😀 😁 |
https://github.com/hashicorp/consul/releases/tag/v1.10.1 was just released which contains this fix. |
Awesome!!! |
Overview of the Issue
When adding new prefixed keys (using the UI) under an existing prefix, the resulting keys are added one level up in the tree
Reproduction Steps
Steps to reproduce this issue, eg:
my/key
with a value of1
my/
key2/key3
with a value of1
my/key
andkey2/key3
. The expected result ismy/key
andmy/key2/key3
Consul info for both Client and Server
Client info
Server info
Operating system and Environment details
Ubuntu 18.04.5 LTS
The text was updated successfully, but these errors were encountered: