Skip to content

Commit 41dbbf4

Browse files
authored
Update gcp oidc docs (#16070)
1 parent 6e9b19a commit 41dbbf4

File tree

2 files changed

+4
-4
lines changed
  • content/docs
    • esc/environments/configuring-oidc
    • pulumi-cloud/deployments/oidc

2 files changed

+4
-4
lines changed

content/docs/esc/environments/configuring-oidc/gcp.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ Once you have created your workload identity pool and provider, you will be dire
5858
4. In the **Attribute name** dropdown, select **Subject**.
5959
5. In the **Attribute value** field, provide a valid subject claim (see examples at the end of this section). Then click **Save**.
6060

61-
Make a note of the project ID, workload identity pool ID, provider ID, and service account email address from the previous steps. These will be necessary to enable OIDC for your service.
61+
Make a note of the project number, workload identity pool ID, provider ID, and service account email address from the previous steps. These will be necessary to enable OIDC for your service.
6262

6363
## Configure ESC for OIDC
6464

@@ -76,7 +76,7 @@ To configure OIDC for Pulumi ESC, create a new environment in the [Pulumi Consol
7676
gcp:
7777
login:
7878
fn::open::gcp-login:
79-
project: <your-project-id>
79+
project: <your-project-number>
8080
oidc:
8181
workloadPoolId: <your-pool-id>
8282
providerId: <your-provider-id>
@@ -87,7 +87,7 @@ To configure OIDC for Pulumi ESC, create a new environment in the [Pulumi Consol
8787
CLOUDSDK_AUTH_ACCESS_TOKEN: ${gcp.login.accessToken}
8888
```
8989
90-
6. Replace `<your-project-id>`, `<your-pool-id>`, `<your-provider-id>`, and `<your-service-account>` with the values from the previous steps.
90+
6. Replace `<your-project-number>`, `<your-pool-id>`, `<your-provider-id>`, and `<your-service-account>` with the values from the previous steps.
9191
7. Click **Save**.
9292

9393
You can validate that your configuration is working by running either of the following:

content/docs/pulumi-cloud/deployments/oidc/gcp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ Once you have created your workload identity pool and provider, you will be dire
6767
4. In the **Attribute name** dropdown, select **Subject**.
6868
5. In the **Attribute value** field, provide a valid subject claim (see examples at the end of this section). Then click **Save**.
6969

70-
Make a note of the project ID, workload identity pool ID, provider ID, and service account email address from the previous steps. These will be necessary to enable OIDC for your service.
70+
Make a note of the project number, workload identity pool ID, provider ID, and service account email address from the previous steps. These will be necessary to enable OIDC for your service.
7171

7272
### Subject claim examples
7373

0 commit comments

Comments
 (0)