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

add API docs for KVv2 subkeys endpoint #13893

Merged
merged 2 commits into from
Feb 14, 2022
Merged

Conversation

ccapurso
Copy link
Contributor

@ccapurso ccapurso commented Feb 3, 2022

Associated KV changes: vault-plugin-secrets-kv PR #59

@vercel vercel bot temporarily deployed to Preview – vault February 7, 2022 16:03 Inactive
@vercel vercel bot temporarily deployed to Preview – vault-storybook February 7, 2022 16:03 Inactive
@ccapurso ccapurso requested review from a team and taoism4504 February 7, 2022 16:05
@ccapurso ccapurso marked this pull request as ready for review February 7, 2022 21:15
@ccapurso ccapurso added this to the 1.10 milestone Feb 7, 2022
@ccapurso ccapurso linked an issue Feb 7, 2022 that may be closed by this pull request
- `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
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
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
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
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

Copy link
Contributor

@taoism4504 taoism4504 left a 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

@ccapurso ccapurso merged commit 336332d into main Feb 14, 2022
@ccapurso ccapurso deleted the vault-4617-kv-subkeys-docs branch February 14, 2022 20:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

vault cli to support only fields output
3 participants