Skip to content

Commit

Permalink
Update __main__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
toriancrane committed Oct 11, 2023
1 parent 0f4e1ad commit d8edd55
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion aws-py-oidc-provider/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@
import OpenSSL
import json

audience = "" # Provide the name of your Pulumi Organization
config = pulumi.Config()

audience = config.require("pulumiOrg")
oidc_idp_url = 'https://api.pulumi.com/oidc'
base_url = 'api.pulumi.com/oidc'

Expand Down

0 comments on commit d8edd55

Please sign in to comment.