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
When a password in the deployment.toml file is encrypted using the Cipher Tool, the application fails to process it correctly. Specifically, encrypted values are not automatically decrypted when referenced in the configuration at the runtime.
Steps to Reproduce
Add a new configuration entry, such as admin_password, as a secret in the deployment.toml file following the cipher tool docs.
Run the following command to encrypt the secret: ./ciphertool.sh -Dconfigure
Once the admin_password value is encrypted, reference it in the file:
Description
When a password in the deployment.toml file is encrypted using the Cipher Tool, the application fails to process it correctly. Specifically, encrypted values are not automatically decrypted when referenced in the configuration at the runtime.
Steps to Reproduce
Add a new configuration entry, such as admin_password, as a secret in the deployment.toml file following the cipher tool docs.
Run the following command to encrypt the secret:
./ciphertool.sh -Dconfigure
Once the admin_password value is encrypted, reference it in the file:
Expected Behavior
Actual Behavior
Related Issues
https://github.com/wso2-enterprise/wso2-ob-internal/issues/980
The text was updated successfully, but these errors were encountered: