Add region parameter to AWS agent docs (#7674)

This commit is contained in:
Jim Kalafut 2019-10-16 10:13:23 -07:00 committed by GitHub
parent 50bd355f11
commit c489f8d324
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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