From 1d523f0b951dae9973524a39f8c01f3909a529fc Mon Sep 17 00:00:00 2001 From: aeitzman Date: Tue, 9 Apr 2024 16:06:55 -0700 Subject: [PATCH] fix typo --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0bd359636..5ea6fc028 100644 --- a/README.md +++ b/README.md @@ -519,7 +519,7 @@ IdentityPoolCredentials identityPoolCredentials = .build(); ``` Where the [audience](https://cloud.google.com/iam/docs/best-practices-for-using-workload-identity-federation#provider-audience) is: -```///iam.googleapis.com/projects/$PROJECT_NUMBER/locations/global/workloadIdentityPools/$WORKLOAD_POOL_ID/providers/$PROVIDER_ID``` +```//iam.googleapis.com/projects/$PROJECT_NUMBER/locations/global/workloadIdentityPools/$WORKLOAD_POOL_ID/providers/$PROVIDER_ID``` Where the following variables need to be substituted: - `$PROJECT_NUMBER`: The Google Cloud project number. @@ -588,7 +588,7 @@ AwsCredentials credentials = AwsCredentials.newBuilder() ``` Where the [audience](https://cloud.google.com/iam/docs/best-practices-for-using-workload-identity-federation#provider-audience) is: -```///iam.googleapis.com/projects/$PROJECT_NUMBER/locations/global/workloadIdentityPools/$WORKLOAD_POOL_ID/providers/$PROVIDER_ID``` +```//iam.googleapis.com/projects/$PROJECT_NUMBER/locations/global/workloadIdentityPools/$WORKLOAD_POOL_ID/providers/$PROVIDER_ID``` Where the following variables need to be substituted: - `$PROJECT_NUMBER`: The Google Cloud project number.