Skip to content

Commit

Permalink
Extend kv metadata to get, put, and patch (hashicorp#12907)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
ccapurso authored and Artem Alexandrov committed Feb 4, 2022
1 parent bb4c269 commit 7851c61
Show file tree
Hide file tree
Showing 5 changed files with 135 additions and 71 deletions.
3 changes: 0 additions & 3 deletions changelog/12218.txt

This file was deleted.

5 changes: 5 additions & 0 deletions changelog/12907.txt
@@ -0,0 +1,5 @@
```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.
```

0 comments on commit 7851c61

Please sign in to comment.