Auth0 and infra as code

Hi all,

We have some sensitive configurations in auth0 like rules, applications and their callbacks, etc.
It’s sensitive because a simple change can broke all the authentication…

Is it possible to have all this configuration in a git repository instead in a web interface, and use tools like Ansible or Puppet to apply this configuration ?

Our need is to improve traceability, have code review before applying a change and easy rollback.

Regards,
Philippe

Hi @pkernevez,

Check out the deploy CLI tool and the github extension:

https://auth0.com/docs/extensions/github-deploy

Perfect, thanks you for you answer

Let us know if you have any other questions!