sparse-intern-71089
12/15/2023, 7:48 PMmillions-alligator-79652
12/15/2023, 7:51 PMPrivate Key JWT.
millions-alligator-79652
12/15/2023, 7:53 PMsalmon-account-74572
12/15/2023, 8:04 PMmillions-alligator-79652
12/15/2023, 8:05 PM12:05 $ cat Pulumi.foo.yaml
config:
auth0:clientId:
secure: abc...elided
auth0:clientSecret:
secure: abc...elided
auth0:domain: my-cool-domain.us.auth0.com
millions-alligator-79652
12/15/2023, 8:08 PMsalmon-account-74572
12/15/2023, 8:11 PMconfig
in your Python program (I'll see if I can find an example for you) to pull that from the configuration. To get it into the configuration, you'd use pulumi config set <key> <value>
at the CLI after creating your stack. Does that help?salmon-account-74572
12/15/2023, 8:15 PMpulumi config set
, you'd use a command like this:
cat /path/to/pem/file | pulumi config set pemFile
millions-alligator-79652
12/15/2023, 8:15 PMmillions-alligator-79652
12/15/2023, 8:17 PMsalmon-account-74572
12/15/2023, 8:27 PMclient_secret
configuration value/environment variable. However, I assume (given that you filed https://github.com/pulumi/pulumi-auth0/issues/378) that you'd already come to this conclusion. I'm not aware of any workaround at this time, sorry.millions-alligator-79652
12/15/2023, 8:28 PMsalmon-account-74572
12/15/2023, 8:30 PMsalmon-account-74572
12/19/2023, 6:14 PMREADME
for the Auth0 provider that documents some additional configuration options for the provider. I think this should resolve the issue. Would you mind having a look and letting me know if it does take care of the issue? https://github.com/pulumi/pulumi-auth0/pull/381millions-alligator-79652
12/19/2023, 6:39 PMmillions-alligator-79652
12/19/2023, 6:50 PMsalmon-account-74572
12/19/2023, 8:19 PMmillions-alligator-79652
12/19/2023, 9:06 PM