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.
2 parents 13c3236 + 771f23b commit 82681f2Copy full SHA for 82681f2
gcp-ts-oidc-provider-pulumi-cloud/index.ts
@@ -42,10 +42,10 @@ const identityPool = new gcp.iam.WorkloadIdentityPool(`identity-pool`, {
42
43
const oidcProvider = new gcp.iam.WorkloadIdentityPoolProvider(`identity-pool-provider`, {
44
workloadIdentityPoolId: identityPool.workloadIdentityPoolId,
45
- workloadIdentityPoolProviderId: `pulumi-cloud-${pulumi.getOrganization()}-oidc`,
+ workloadIdentityPoolProviderId: `pulumi-cloud-${escEnvOrg}-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