We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 928f9fa commit 76377f2Copy full SHA for 76377f2
gcp-ts-oidc-provider-pulumi-cloud/index.ts
@@ -45,7 +45,7 @@ const oidcProvider = new gcp.iam.WorkloadIdentityPoolProvider(`identity-pool-pro
45
workloadIdentityPoolProviderId: `pulumi-cloud-${pulumi.getOrganization()}-oidc`,
46
oidc: {
47
issuerUri: issuer,
48
- allowedAudiences: [`gcp:${pulumi.getOrganization()}`],
+ allowedAudiences: [`gcp:${escEnvOrg}`],
49
},
50
attributeMapping: {
51
"google.subject": "assertion.sub",
0 commit comments