Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions content/docs/esc/guides/configuring-oidc/aws.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,10 +106,7 @@ To configure OIDC for Pulumi ESC, create a new environment in the [Pulumi Consol
6. Replace `<your-oidc-iam-role-arn>` with the value from the previous steps.
7. Click **Save**.

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

* `pulumi env open <your-org>/<your-project>/<your-environment>` command of the [Pulumi CLI](/docs/iac/cli/commands/pulumi_env_open/)
* `pulumi env open <your-org>/<your-project>/<your-environment>` command of the [Pulumi CLI](/docs/install/)
You can validate that your configuration is working by running `pulumi env open <your-org>/<your-project>/<your-environment>` command of the [Pulumi CLI](/docs/iac/cli/commands/pulumi_env_open/)

Make sure to replace `<your-org>`, `<your-project>`, and `<your-environment>` with the values of your Pulumi organization, project, and environment file respectively. You should see output similar to the following:

Expand Down
Loading