You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* fix: Name of special header for AWS credential
The JSON example is correct.
See b/151677419 for more context.
* 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.
* fix: IMDSV2 token should only be fetched if needed
No need to fetch the token if environment variables for both the region and the security credentials have been provided.
@@ -293,7 +295,7 @@ The auth libraries and applications **must** follow the steps below:
293
295
"body": ""
294
296
}
295
297
```
296
-
For the AWS token, STS requires a special header `x-goog-cloud-endpoint` to recognize that the token is for a specific workload identity provider.
298
+
For the AWS token, STS requires a special header `x-goog-cloud-target-resource` to recognize that the token is for a specific workload identity provider.
297
299
298
300
### Determining the subject token in Microsoft Azure and URL-sourced credentials
299
301
@@ -531,6 +533,7 @@ The auth libraries and applications **must** follow the steps below:
531
533
532
534
## Changelog
533
535
536
+
-**2025-10-17**: Corrections in specification and examples for External Account Credentials (AIP 4117).
534
537
-**2021-12-10**: Add AIP for External Account Credentials (AIP 4117).
0 commit comments