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
when we merge log4j2 the class path and command for the encrypt step becomes
- name: Generate new cm_secretkey_enc shell: java -classpath /usr/share/cloudstack-common/lib/cloudstack-utils.jar:/usr/share/cloudstack-common/lib/log4j-api-2.19.0.jar:/usr/share/cloudstack-common/lib/log4j-core-2.19.0.jar com.cloud.utils.crypt.EncryptionCLI -p password -i {{ cm_secretkey }}
this is hard to maintain and the classpath should be constructed from wildcards to be constant over versions.
The text was updated successfully, but these errors were encountered:
good finding @DaanHoogland
Sorry, something went wrong.
No branches or pull requests
when we merge log4j2 the class path and command for the encrypt step becomes
this is hard to maintain and the classpath should be constructed from wildcards to be constant over versions.
The text was updated successfully, but these errors were encountered: