Hi guys, we are trying to to use the deploy-cli-tool to automate the deployment process and have the following problems:
1 .- We have scripts (Authentication - Database (Import users to auth0) - Custom database - Login and GetUser) that use key value pairs in ‘Database settings’, but when we export a tenant that have this value pairs defined, we don’t see them (the key value pairs) in the exported yaml (tenant.yaml). There is a way to set this key value pairs in the yaml file ?
2 - Similary we have an action that use key value pairs from action secrets. In this case we see the pairs in the exported yaml but when we import the yaml in another tenant we don’t see the pairs created. There is a way to get this value pairs imported ?
A little more information about actions:
When we export a tenant (with action secrets) we see them in the yaml file but with value VALUE_NOT_SHOWN. We changed VALUE_NOT_SHOWN to something else and import the yaml file into another tenant but it seems that the secrets aren’t created (we don’t see them listed in the action secrets).
actions:
- name: postLoginAction
code: ./actions/postLoginAction/code.js
dependencies: []
deployed: true
secrets:
- name: codigoSitio
value: XXXX
- name: token
value: YYYY
- name: dominioPaseServicios
value: ZZZZ
Any help will be appreciated.
Regards