...
1{
2 "type": "external_account",
3 "audience": "//iam.googleapis.com/projects/$PROJECT_NUMBER/locations/global/workloadIdentityPools/$POOL_ID/providers/$PROVIDER_ID",
4 "subject_token_type": "urn:ietf:params:oauth:token-type:saml2",
5 "service_account_impersonation_url": "https://iamcredentials.googleapis.com/v1/projects/-/serviceAccounts/$EMAIL:generateAccessToken",
6 "token_url": "https://sts.googleapis.com/v1/token",
7 "credential_source": {
8 "file": "/var/run/saml/assertion/token"
9 }
10}
View as plain text