You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Import and export of the options.configuration should work.
Reproduction
To reproduce the export problem, export a database with values in options.configuration.
To reproduce the import problem, export a database with values in options.configuration using Auth0 Management Api and try to import the configuration.
Deploy CLI version
7.17.7
Node version
v12.22.6
The text was updated successfully, but these errors were encountered:
The options.configuration property is intentionally omitted from export because it becomes encrypted when stored; the Management API cannot return the unencrypted values thereafter. If you GET your connection via the API you'll see something like this:
However, the options.configuration property will update the connection on import. If it is important to continually update these values, I'd recommend implementing a uni-directional workflow, otherwise you'll need to continually reconcile on export.
One thing that we could potentially explore in the future is to replace encrypted values with a designated placeholder to show that configurations exist, it would help visualize these values but doesn't seem like it would enable your intention of exporting the unencrypted values.
Hope that clears things up!
willvedd
changed the title
Impossible to export and import options.configuration for databases (database-connections folder)
Export placeholders for encrypted options.configuration values for databases
Jul 14, 2023
Checklist
Description
Hi,
I've used the latest version which is 7.17.7 and I noticed that options.configuration are not exported.
For importation, I tried the format available returned with the Auth0 management api and it does not work:
Expectation
Import and export of the options.configuration should work.
Reproduction
To reproduce the export problem, export a database with values in options.configuration.
To reproduce the import problem, export a database with values in options.configuration using Auth0 Management Api and try to import the configuration.
Deploy CLI version
7.17.7
Node version
v12.22.6
The text was updated successfully, but these errors were encountered: