I’ve seen here that one can set hooks secrets in the config used by auth0-deploy-cli to deploy them on other tenants.
But can the same be done with rules settings? I have a bunch of secrets variables used in Rules and I’d like to avoid having to set them manually in every environment tenant I’m using.
The Deploy CLI tool [imports] the following Auth0 tenant configuration objects:
Rules (including secrets/settings)
But even on the latest version of both the Extension (2.3) and the npm package (5.1), I can’t find my rules secrets/settings anywhere in the resulting config after making an export of my tenant config.
Am I missing a setting somewhere or is this not possible?
Although why this bit of information is in the GitHub Deployment section and not in the Deploy CLI Tool section (or even the documentation of auth0-deploy-cli) is beyond me…
It might be a good idea to add it where it’s relevant