mirror of
https://github.com/hashicorp/vault.git
synced 2026-06-11 01:42:06 -04:00
* Add some requirements for versioned k/v * Add a warning message when an upgrade is triggered * Add path help values * Make the kv header a const * Add the uid to mount entry instead of options map * Pass the backend aware uuid to the mounts and plugins * Fix comment * Add options to secret/auth enable and tune CLI commands (#4170) * Switch mount/tune options to use TypeKVPairs (#4171) * switching options to TypeKVPairs, adding bool parse for versioned flag * flipping bool check * Fix leases coming back from non-leased pluin kv store * add a test for updating mount options * Fix tests |
||
|---|---|---|
| .. | ||
| framework | ||
| plugin | ||
| testing | ||
| auth.go | ||
| connection.go | ||
| error.go | ||
| identity.go | ||
| lease.go | ||
| lease_test.go | ||
| logical.go | ||
| request.go | ||
| response.go | ||
| response_util.go | ||
| secret.go | ||
| storage.go | ||
| storage_inmem.go | ||
| storage_inmem_test.go | ||
| system_view.go | ||
| testing.go | ||
| translate_response.go | ||