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
- name: GraphQL Test
identifier: ##AUDIENCE_GRAPHQL_TEST##
but on export this keyword gets overriden with bla.bla.bla. Is there any way to debug the replacement? Our real config.js and tenant.yaml are much larger in reality, but I don't want to redact all values.
Expectation
Keywords are preserved
Reproduction
Seeing this seems to be only the case with our config, this cannot be reproduced without our tenant login. The command we run is: a0deploy.cmd export --output_folder .\DEV --format yaml -c .\configs\config_dev.json
Deploy CLI version
7.18.0
Node version
18.17.0
The text was updated successfully, but these errors were encountered:
@gregorybleiker Can you provide more information here? Your issues suggests that keyword preservation doesn't work at all but I can assure you that it does for a wide-array of resources. Admittedly, there are some blindspots, see: #855 . However, it would be useful to see more of your configuration so I can replicate the specific issue.
Thanks for opening this issue. I'm going to close this out because I'm unable to troubleshoot with the provided information. It is also possible that its a duplicate of #845 or #855. Please feel empowered to open a new ticket if you ned further assistance!
Checklist
Description
While using v7.18.0 to export the config, with
"AUTH0_PRESERVE_KEYWORDS": true,
, this is not doing anything for our config atm.We have
config.js
withand
tenant.yaml
withbut on export this keyword gets overriden with
bla.bla.bla
. Is there any way to debug the replacement? Our realconfig.js
andtenant.yaml
are much larger in reality, but I don't want to redact all values.Expectation
Keywords are preserved
Reproduction
Seeing this seems to be only the case with our config, this cannot be reproduced without our tenant login. The command we run is:
a0deploy.cmd export --output_folder .\DEV --format yaml -c .\configs\config_dev.json
Deploy CLI version
7.18.0
Node version
18.17.0
The text was updated successfully, but these errors were encountered: