We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'm trying to use javascript for variable substitution, as indicated in the documentation:
Script: $(script:javascript:3 + 4)
but it seems that it does not work properly.
The KeyCloak JSON file contains this line:
"enabled": $(script:javascript:"$(env:APP_ENV)" === "INT"),
The environment variable is defined and its value is 'INT'. When the CLI is executed I get the error below :
java.lang.IllegalArgumentException: Cannot resolve variable 'script:javascript:"INT" === "INT"' (enableSubstitutionInVariables=true)
No response
The text was updated successfully, but these errors were encountered:
I am seeing the same behavior wirh an even more basic expression: $(script:javascript:2*24*60*60)
$(script:javascript:2*24*60*60)
Sorry, something went wrong.
No branches or pull requests
Current Behavior
I'm trying to use javascript for variable substitution, as indicated in the documentation:
Script: $(script:javascript:3 + 4)
but it seems that it does not work properly.
Expected Behavior
The KeyCloak JSON file contains this line:
"enabled": $(script:javascript:"$(env:APP_ENV)" === "INT"),
The environment variable is defined and its value is 'INT'.
When the CLI is executed I get the error below :
java.lang.IllegalArgumentException: Cannot resolve variable 'script:javascript:"INT" === "INT"' (enableSubstitutionInVariables=true)
Steps To Reproduce
No response
Environment
Anything else?
No response
The text was updated successfully, but these errors were encountered: