Skip to content

Commit 15c8a0f

Browse files
committed
fix: Signed headers list in AWS example
All the headers in the example, except for Authorization itself should be included on the signed header list.
1 parent 63e5edc commit 15c8a0f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

aip/auth/4117.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ The auth libraries and applications **must** follow the steps below:
274274
"key": "x-amz-date"
275275
},
276276
{
277-
"value": "AWS4-HMAC-SHA256 Credential=AKIASOZTBDV4D7ABCDEDF/20200228/us-east-1/sts/aws4_request, SignedHeaders=host;x-amz-date,Signature=abcedefdfedfd",
277+
"value": "AWS4-HMAC-SHA256 Credential=AKIASOZTBDV4D7ABCDEDF/20200228/us-east-1/sts/aws4_request, SignedHeaders=host;x-amz-date;x-amz-security-token;x-goog-cloud-target-resource, Signature=abcedefdfedfd",
278278
"key": "Authorization"
279279
},
280280
{

0 commit comments

Comments
 (0)