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
audience: '//iam.googleapis.com/projects/$PROJECT_NUMBER/locations/global/workloadIdentityPools/$WORKLOAD_POOL_ID/providers/$PROVIDER_ID', // Set the GCP audience.
421
421
subject_token_type: 'urn:ietf:params:aws:token-type:aws4_request', // Set the subject token type.
422
-
aws_security_credentials_supplier: new AwsSupplier("AWS_REGION") // Set the custom supplier.
422
+
aws_security_credentials_supplier: new AwsSupplier("AWS_REGION"), // Set the custom supplier.
423
423
service_account_impersonation_url: 'https://iamcredentials.googleapis.com/v1/projects/-/serviceAccounts/$EMAIL:generateAccessToken', // Set the service account impersonation url.
@@ -463,7 +463,7 @@ class AwsSupplier implements AwsSecurityCredentialsSupplier {
463
463
const clientOptions = {
464
464
audience: '//iam.googleapis.com/projects/$PROJECT_NUMBER/locations/global/workloadIdentityPools/$WORKLOAD_POOL_ID/providers/$PROVIDER_ID', // Set the GCP audience.
465
465
subject_token_type: 'urn:ietf:params:aws:token-type:aws4_request', // Set the subject token type.
466
-
aws_security_credentials_supplier: newAwsSupplier("AWS_REGION") // Set the custom supplier.
466
+
aws_security_credentials_supplier: newAwsSupplier("AWS_REGION"),// Set the custom supplier.
467
467
service_account_impersonation_url: 'https://iamcredentials.googleapis.com/v1/projects/-/serviceAccounts/$EMAIL:generateAccessToken', // Set the service account impersonation url.
0 commit comments