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
The system properties defined in the deployment.toml file is not loaded into the server on the first start.
Steps to reproduce:
1.Add following configuration to deployment.toml file
[system.parameter]
'org.wso2.CipherTransformation'="AES"
2. Start the server. Still the original value will be picked up.
3. Restart the server. Now the new value in the deployment.toml will be picked.
Description:
The system properties defined in the deployment.toml file is not loaded into the server on the first start.
Steps to reproduce:
1.Add following configuration to deployment.toml file
[system.parameter]
'org.wso2.CipherTransformation'="AES"
2. Start the server. Still the original value will be picked up.
3. Restart the server. Now the new value in the deployment.toml will be picked.
Affected Product Version:
APIM 3.1.0
Optional Fields
Related Issues:
wso2/product-is#7991
The text was updated successfully, but these errors were encountered: