Thanks to <@UGLE5A880>, we have just published pul...
# announcements
b
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
This is exciting! Thanks @plain-businessperson-30883!
🙇‍♂️ 1
c
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
Go docs are fixed as they hadn't been added to the module proxy
a
This is great! Just a note that the README still links to the github provider.
b
Thanks for findin that - just going to push a fix right now
h
Does this let me set up allowed web origin urls for my application? Huge pain point with auth0 and CI deployments.
f
@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
Our team is implementing that now for our CI deployment. 🤞 📿