a6b1cbad12
* go get vault-plugin-secrets-kv@extend-kv-metadata-to-get-and-put * test for custom_metadata in kv get, put, patch command output * remove flagFormat-specific check from TestKVMetadataGetCommand * rewrite custom metadata changelog entry * go get vault-plugin-secrets-kv@master * go mod tidy
6 lines
287 B
Plaintext
6 lines
287 B
Plaintext
```release-note:feature
|
|
**KV Custom Metadata**: Add ability in kv-v2 to specify version-agnostic custom key metadata via the
|
|
metadata endpoint. The data will be present in responses made to the data endpoint independent of the
|
|
calling token's `read` access to the metadata endpoint.
|
|
```
|