Checklist
Describe the problem you'd like to have solved
After #1103 was merged into main, Auth0 Deploy CLI can no longer be used as a full backup solution of our Auth0 tenants. I.e. the recommendations in https://support.auth0.com/center/s/article/Backup-Auth0-Data no longer hold true.
This is especially concerning for us with regards to backing up our enterprise connections, where we rely on an externally provided secret for the the connection to work properly. If we are unable to create a backup of these secrets, we'll have to manually retrieve them from our partners in the case of a configuration loss.
Describe the ideal solution
We would highly appreciate if a new setting could be added to the configuration to toggle whether secrets are redacted or not when performing tenant exports. Else we have to add new delta patches to patch out the overrides in https://github.com/auth0/auth0-deploy-cli/blob/master/src/context/defaults.ts.
Alternatives and current workarounds
Delta patching the Auth0 Deploy CLI release.
Additional context
No response
Checklist
Describe the problem you'd like to have solved
After #1103 was merged into main, Auth0 Deploy CLI can no longer be used as a full backup solution of our Auth0 tenants. I.e. the recommendations in https://support.auth0.com/center/s/article/Backup-Auth0-Data no longer hold true.
This is especially concerning for us with regards to backing up our enterprise connections, where we rely on an externally provided secret for the the connection to work properly. If we are unable to create a backup of these secrets, we'll have to manually retrieve them from our partners in the case of a configuration loss.
Describe the ideal solution
We would highly appreciate if a new setting could be added to the configuration to toggle whether secrets are redacted or not when performing tenant exports. Else we have to add new delta patches to patch out the overrides in https://github.com/auth0/auth0-deploy-cli/blob/master/src/context/defaults.ts.
Alternatives and current workarounds
Delta patching the Auth0 Deploy CLI release.
Additional context
No response