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
* test: Improve Kitchen Test Logging
- Adds missing STDERR logging for improved debugging, which was missing for a while
- Removes `execa`, as it is unneeded and outdated
* 🦉 Updates from OwlBot post-processor
See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
* fix: add 'error' event handle
* test: documentation
---------
Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1041,19 +1041,19 @@ class CustomSupplier implements SubjectTokenSupplier {
1041
1041
}
1042
1042
1043
1043
const clientOptions = {
1044
-
audience: '//iam.googleapis.com/locations/global/workforcePools/$WORKLOAD_POOL_ID/providers/$PROVIDER_ID', // Set the GCP audience.
1044
+
audience: '//iam.googleapis.com/locations/global/workforcePools/$WORKFORCE_POOL_ID/providers/$PROVIDER_ID', // Set the GCP audience.
1045
1045
subject_token_type: 'urn:ietf:params:oauth:token-type:id_token', // Set the subject token type.
1046
1046
subject_token_supplier: newCustomSupplier() // Set the custom supplier.
1047
1047
}
1048
1048
1049
1049
const client =newCustomSupplier(clientOptions);
1050
1050
```
1051
1051
1052
-
Where the audience is: `//iam.googleapis.com/locations/global/workforcePools/$WORKLOAD_POOL_ID/providers/$PROVIDER_ID`
1052
+
Where the audience is: `//iam.googleapis.com/locations/global/workforcePools/$WORKFORCE_POOL_ID/providers/$PROVIDER_ID`
1053
1053
1054
1054
Where the following variables need to be substituted:
1055
1055
1056
-
*`WORKFORCE_POOL_ID`: The worforce pool ID.
1056
+
*`$WORKFORCE_POOL_ID`: The worforce pool ID.
1057
1057
*`$PROVIDER_ID`: The provider ID.
1058
1058
1059
1059
and the workforce pool user project is the project number associated with the [workforce pools user project](https://cloud.google.com/iam/docs/workforce-identity-federation#workforce-pools-user-project).
0 commit comments