From 41d1731e264fb4ca76a60fbc021a64e948274ca7 Mon Sep 17 00:00:00 2001 From: Christopher Swenson Date: Tue, 23 Aug 2022 11:33:36 -0700 Subject: [PATCH] Add VAULT_ASSUMED_ROLE_ARN parameter to VLE docs (#16677) Added in https://github.com/hashicorp/vault-lambda-extension/pull/69 Wait to merge until a new version of VLE has been released. --- website/content/docs/platform/aws/lambda-extension.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/website/content/docs/platform/aws/lambda-extension.mdx b/website/content/docs/platform/aws/lambda-extension.mdx index e375a8204..6268cb994 100644 --- a/website/content/docs/platform/aws/lambda-extension.mdx +++ b/website/content/docs/platform/aws/lambda-extension.mdx @@ -201,6 +201,7 @@ initialization timeout imposed by the Extensions API when writing files to disk. | `VAULT_NAMESPACE` | The namespace to use for pre-configured secrets. Ignored by proxy server | No | `education` | | `VAULT_DEFAULT_CACHE_TTL` | The time to live configuration (aka, TTL) of the cache used by proxy server. Must have a unit and be parsable as a time.Duration. Required for caching to be enabled. | No | `15m` | | `VAULT_DEFAULT_CACHE_ENABLED` | Enable caching for all requests, without needing to set the X-Vault-Cache-Control header for each request. Must be set to a boolean value. | No | `true` | +| `VAULT_ASSUMED_ROLE_ARN` | Valid ARN of an IAM role that can be assumed by the execution role assigned to your Lambda function. | No | `arn:aws:iam::123456789012:role/xaccounts3access` ### AWS STS client configuration