Skip to content

Commit e5dab2e

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 a6245ce commit e5dab2e

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
@@ -277,7 +277,7 @@ The auth libraries and applications **must** follow the steps below:
277277
"key": "x-amz-date"
278278
},
279279
{
280-
"value": "AWS4-HMAC-SHA256 Credential=AKIASOZTBDV4D7ABCDEDF/20200228/us-east-1/sts/aws4_request, SignedHeaders=host;x-amz-date,Signature=abcedefdfedfd",
280+
"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",
281281
"key": "Authorization"
282282
},
283283
{

0 commit comments

Comments
 (0)