-
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
add API docs for KVv2 subkeys endpoint #13893
Conversation
- `version` `(int: 0)` - Specifies the version to return. If not set the latest | ||
version is returned. | ||
- `depth` `(int: 0)` - Specifies the deepest nesting level to provide in the output. | ||
The default value 0 will not impose any limit. If non-zero, keys that reside at the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The default value 0 will not impose any limit. If non-zero, keys that reside at the | |
The default value 0 will not impose any limits. If non-zero, keys that reside at the |
|
||
This endpoint provides the subkeys within a secret entry that exists | ||
at the requested path. The secret entry at this path will be retrieved | ||
and stripped of all data by replacing underlying values of leaf keys |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
and stripped of all data by replacing underlying values of leaf keys | |
and stripped of all data by replacing the underlying values of leaf keys |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
small nits, otherwise LGTM
Associated KV changes: vault-plugin-secrets-kv PR #59