Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README with new configuration options #381

Merged
merged 2 commits into from
Dec 19, 2023
Merged

Conversation

iwahbe
Copy link
Member

@iwahbe iwahbe commented Dec 19, 2023

Configuration options are taken from schema.json

Fixes pulumi/templates#716

Configuration options are taken from schema.json
@iwahbe iwahbe self-assigned this Dec 19, 2023
Copy link

Does the PR have any schema changes?

Does the PR have any schema changes?

Looking good! No breaking changes found.
No new resources/functions.

Maintainer note: consult the runbook for dealing with any breaking changes.

@iwahbe
Copy link
Member Author

iwahbe commented Dec 19, 2023

This was brought up by pulumi/templates#716. I raised pulumi/pulumi-terraform-bridge#1585 for a long term fix.

@iwahbe iwahbe requested a review from a team December 19, 2023 17:34
- `auth0:client_id` - (Required) Your Auth0 client ID. It can also be sourced from the `AUTH0_CLIENT_ID` environment variable.
- `auth0:client_secret` - (Required) Your Auth0 client secret. It can also be sourced from the `AUTH0_CLIENT_SECRET` environment variable.
- `auth0:debug` - (Optional) Indicates whether or not to turn on debug mode.
- `auth0:apiToken` - (Optional) Your Auth0 [management api access
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Passing in the auth0:apiToken looks like it will satisfy my needs.

@iwahbe iwahbe merged commit 55db940 into master Dec 19, 2023
17 checks passed
@iwahbe iwahbe deleted the iwahbe/update-readme branch December 19, 2023 21:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Auth0 Client Secrets are being deprecated, but code generator still generates old style configuration
3 participants