The DB secrets will not be present in the export - Deploy CLI intentionally redacts them. You can add them to the YAML file to import them to Auth0 though. They should go in a configuration
object inside the database’s options
. Example:
databases:
- name: "My DB"
strategy: "auth0"
enabled_clients:
- "app1"
options:
enabledDatabaseCustomization: true
configuration:
key1: "value1"
key2: "value2"
customScripts:
/* redacted */