From f3edee9458063e79282b640104036818f2864fbe Mon Sep 17 00:00:00 2001 From: Tom Proctor Date: Wed, 22 Jun 2022 17:28:31 +0100 Subject: [PATCH] Docs: Fix typo for Lambda extension env var config (#16108) --- website/content/docs/platform/aws/lambda-extension.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/content/docs/platform/aws/lambda-extension.mdx b/website/content/docs/platform/aws/lambda-extension.mdx index 320e2a9438..e375a82044 100644 --- a/website/content/docs/platform/aws/lambda-extension.mdx +++ b/website/content/docs/platform/aws/lambda-extension.mdx @@ -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