https://pulumi.com logo
b

broad-dog-22463

05/18/2020, 11:02 PM
Thanks to @plain-businessperson-30883, we have just published pulumi-auth0 🙂npmjs.com/package/@pulumi/auth0pypi.org/project/pulumi-auth0nuget.org/packages/Pulumi.Auth0
❤️ 22
🎉 15
p

prehistoric-account-60014

05/19/2020, 1:47 PM
This is exciting! Thanks @plain-businessperson-30883!
🙇‍♂️ 1
c

cool-egg-852

05/19/2020, 3:07 PM
Also, https://www.pulumi.com/docs/reference/pkg/auth0/client/ for example describes inputs as
List(Resource)
for example. We don’t need this in pulumi because of the typing which is shown on the left.
b

broad-dog-22463

05/19/2020, 3:48 PM
Go docs are fixed as they hadn't been added to the module proxy
a

adventurous-garage-59192

05/22/2020, 9:55 AM
This is great! Just a note that the README still links to the github provider.
b

broad-dog-22463

05/22/2020, 10:21 AM
Thanks for findin that - just going to push a fix right now
h

hundreds-musician-51496

05/27/2020, 8:31 PM
Does this let me set up allowed web origin urls for my application? Huge pain point with auth0 and CI deployments.
f

fast-vr-36585

06/28/2020, 1:33 PM
@hundreds-musician-51496 it appears it can. The resource client in the documentation shows allowed callback, logout, and origin URLs https://www.pulumi.com/docs/reference/pkg/nodejs/pulumi/auth0/#Client Very important for our usage of Auth0 as well, so glad you asked.
h

hundreds-musician-51496

06/28/2020, 10:52 PM
Our team is implementing that now for our CI deployment. 🤞 📿