mirror of
https://github.com/hashicorp/vault.git
synced 2025-08-16 03:27:01 +02:00
* transit cache is an Interface implemented by wrapped versions of syncmap and golang-lru * transit cache is an Interface implemented by wrapped versions of syncmap and golang-lru * changed some import paths to point to sdk * Apply suggestions from code review Co-Authored-By: Lexman42 <Lexman42@users.noreply.github.com> * updates docs with information on transit/cache-config endpoint * updates vendored files * fixes policy tests to actually use a cache where expected and renames the struct and storage path used for cache configurations to be more generic * updates document links * fixed a typo in a documentation link * changes cache_size to just size for the cache-config endpoint |
||
---|---|---|
.. | ||
cmd/transit | ||
backend_test.go | ||
backend.go | ||
path_backup_test.go | ||
path_backup.go | ||
path_cache_config_test.go | ||
path_cache_config.go | ||
path_config_test.go | ||
path_config.go | ||
path_datakey.go | ||
path_decrypt_test.go | ||
path_decrypt.go | ||
path_encrypt_test.go | ||
path_encrypt.go | ||
path_export_test.go | ||
path_export.go | ||
path_hash_test.go | ||
path_hash.go | ||
path_hmac_test.go | ||
path_hmac.go | ||
path_keys_test.go | ||
path_keys.go | ||
path_random_test.go | ||
path_random.go | ||
path_restore_test.go | ||
path_restore.go | ||
path_rewrap_test.go | ||
path_rewrap.go | ||
path_rotate.go | ||
path_sign_verify_test.go | ||
path_sign_verify.go | ||
path_trim_test.go | ||
path_trim.go |