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 |
||
|---|---|---|
| .. | ||
| mock | ||
| pb | ||
| backend.go | ||
| backend_client.go | ||
| backend_server.go | ||
| backend_test.go | ||
| grpc_backend.go | ||
| grpc_backend_client.go | ||
| grpc_backend_server.go | ||
| grpc_backend_test.go | ||
| grpc_storage.go | ||
| grpc_system.go | ||
| grpc_system_test.go | ||
| logger.go | ||
| logger_test.go | ||
| middleware.go | ||
| plugin.go | ||
| serve.go | ||
| storage.go | ||
| storage_test.go | ||
| system.go | ||
| system_test.go | ||