Skip to content

Commit

Permalink
add sts_region to aws auth api docs (#8001)
Browse files Browse the repository at this point in the history
  • Loading branch information
tyrannosaurus-becks authored Dec 11, 2019
1 parent 03e61fc commit 92febcd
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion website/source/api/auth/aws/index.html.md.erb
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,10 @@ capabilities, the credentials are fetched automatically.
- `iam_endpoint` `(string: "")` - URL to override the default generated endpoint
for making AWS IAM API calls.
- `sts_endpoint` `(string: "")` - URL to override the default generated endpoint
for making AWS STS API calls.
for making AWS STS API calls. If set, `sts_region` should also be set.
- `sts_region` `(string: "")` - Region to override the default region for making
AWS STS API calls. Should only be set if `sts_endpoint` is set. If so, should
be set to the region in which the custom `sts_endpoint` resides.
- `iam_server_id_header_value` `(string: "")` - The value to require in the
`X-Vault-AWS-IAM-Server-ID` header as part of GetCallerIdentity requests that
are used in the iam auth method. If not set, then no value is required or
Expand Down Expand Up @@ -110,6 +113,7 @@ $ curl \
"endpoint": "",
"iam_endpoint": "",
"sts_endpoint": "",
"sts_region": "",
"iam_server_id_header_value": ""
}
}
Expand Down

0 comments on commit 92febcd

Please sign in to comment.