mirror of
https://github.com/hashicorp/vault.git
synced 2026-05-28 04:10:44 -04:00
Docs: Fix typo for Lambda extension env var config (#16108)
This commit is contained in:
parent
9b186f33ca
commit
f3edee9458
1 changed files with 1 additions and 1 deletions
|
|
@ -241,7 +241,7 @@ Currently, the cache key is a hash of the request URL path, headers, body, and
|
|||
token.
|
||||
|
||||
Caching may also be enabled for all requests by setting the environment variable
|
||||
`VAULT_DEFAULT_CACHE_ENABLE` to `true`. Then all requests will be fetched and/or
|
||||
`VAULT_DEFAULT_CACHE_ENABLED` to `true`. Then all requests will be fetched and/or
|
||||
cached as though the header `X-Vault-Cache-Control: cache` was present. Setting
|
||||
the header to `nocache` on a request will opt-out of caching entirely in this
|
||||
configuration. Setting the header to `recache` will skip the cache lookup and
|
||||
|
|
|
|||
Loading…
Reference in a new issue