From c489f8d324c998754c3b69e1862da07915e2fa1e Mon Sep 17 00:00:00 2001 From: Jim Kalafut Date: Wed, 16 Oct 2019 10:13:23 -0700 Subject: [PATCH] Add region parameter to AWS agent docs (#7674) --- website/source/docs/agent/autoauth/methods/aws.html.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/website/source/docs/agent/autoauth/methods/aws.html.md b/website/source/docs/agent/autoauth/methods/aws.html.md index 4f2b348a11..3e75c08ad3 100644 --- a/website/source/docs/agent/autoauth/methods/aws.html.md +++ b/website/source/docs/agent/autoauth/methods/aws.html.md @@ -49,6 +49,11 @@ parameters unset in your configuration. - `secret_key` `(string: optional)` - When using static credentials, the secret key to use. +- `region` `(string: "us-east-1")` - The region to use for signing the authentication request. The + region Agent uses should match that corresponding to + [`sts_endpoint`](https://www.vaultproject.io/api/auth/aws/index.html#sts_endpoint), + if a custom endpoint has been configured on the Vault server. + - `session_token` `(string: optional)` - The session token to use for authentication, if needed. - `header_value` `(string: optional)` - If configured in Vault, the value to use for