Skip to content

Commit

Permalink
update iam_request_headers code documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
catsby committed Sep 12, 2018
1 parent 3b8c25a commit 4f888a8
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions builtin/credential/aws/path_login.go
Original file line number Diff line number Diff line change
Expand Up @@ -88,9 +88,10 @@ This must match the request body included in the signature.`,
},
"iam_request_headers": {
Type: framework.TypeHeader,
Description: `Base64-encoded JSON representation of the request headers when auth_type is
iam. This must at a minimum include the headers over
which AWS has included a signature.`,
Description: `Key/value pairs of headers for use in the
sts:GetCallerIdentity HTTP requests headers when auth_typeis iam. Can be either
a Base64-encoded, JSON-serialized string, or a JSON object of key/value pairs.
This must at a minimum include the headers over which AWS has included a signature.`,
},
"identity": {
Type: framework.TypeString,
Expand Down

0 comments on commit 4f888a8

Please sign in to comment.