hashi-ui
hashi-ui copied to clipboard
Delete folder in kv deletes all sibling folders having the same prefix
In Consul KV, suppose there 2 folders:
- test
- test2
Now, if the folder 'test' is deleted (steps provided below), it will also delete the folder 'test2'. Steps to reproduce:
- Go to Consul KV
- Create 2 folders: 'test' and 'test2'
- Click on 'test' and then on the 'DELETE FOLDER' button on the top-right corner.
- Click on 'YES, DELETE THE FOLDER'.
This will delete both the folders 'test' and 'test2', and any other sibling folder whose name starts with 'test'.
Thanks for the bug report and nice reproducible steps