Deploying to auth0 using auth0-deploy-cli

Try to deploy auth0 using the cli but noticed that when using the auth0-dump-config the key value pair containing the database location and password in the custom database connection is not exported.

So wondering if there’s a way of deploying those key value pairs to auth0 for custom database as well.

I don’t believe it’s supported by the tools you’re using; for database connections you can use that tool to deploy the custom scripts, but I could not find any mention of support for general configuration.

However, the configuration of those keys can be done through Management API (connection related endpoints) which could be leveraged to automate this deploy.

In relation to the export of those key values, since the values are stored encrypted and only accessible in plain text to the custom database itself I don’t believe there’s a way to dump those values.