Skip to content
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

Grep, replace do not work at the Vault root #93

Open
mattlqx opened this issue Mar 8, 2021 · 1 comment
Open

Grep, replace do not work at the Vault root #93

mattlqx opened this issue Mar 8, 2021 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@mattlqx
Copy link
Collaborator

mattlqx commented Mar 8, 2021

The most broad you can use these commands today is that the top of a KV store. You can't use them at the "root" of a server to search all KV stores. It would be nice if an entire Vault can be searched rather than having to specify every KV store.

https://localhost:8200 /> grep foo ./
Not a valid path for operation: //
https://localhost:8200 /> 
@mattlqx mattlqx added the enhancement New feature or request label Mar 8, 2021
@fishi0x01
Copy link
Owner

Good point. Im refactoring to uniform the traversal functions for concurrency #86
I think with that I can also fix this issue.

Didn't have much time lately to work on this. But will try to get to it soon again :)

@fishi0x01 fishi0x01 self-assigned this Mar 21, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants