Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions content/vault/v2.x/content/api-docs/auth/aws.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -1109,6 +1109,10 @@ for more information on the signature types.
`QWN0aW9uPUdldENhbGxlcklkZW50aXR5JlZlcnNpb249MjAxMS0wNi0xNQ==`, which is the
base64 encoding of `Action=GetCallerIdentity&Version=2011-06-15`. This is
required when using the iam auth method with POST signed requests.
- `region` `(string: "")` - For the iam auth method, provide the region
ID to generate the signed request from the client's region. Defaults to
- `region` `(string: "us-east-1")` - Required for IAM authentication. Provides
the region ID used to generate a signed request from the region of the client.
- `iam_request_headers` `(string: <required-iam>)` - Key/value pairs of headers
for use in the `sts:GetCallerIdentity` HTTP requests headers. Can be either a
Base64-encoded, JSON-serialized string, or a JSON object of key/value pairs. The
Expand Down
Loading