Description:
The Xpath available for the following property in the default cipher-tool.properties file is incorrect.
Datasources.WSO2_CARBON_DB.Configuration.Password=repository/conf/datasources/master-datasources.xml//datasources-configuration/datasources/datasource[name='WSO2_CARBON_DB']/definition[@type='RDBMS']/configuration/password,false
The correct Xpath should be corrected as follows.
repository/conf/datasources/master-datasources.xml//datasources/datasource[name='WSO2_CARBON_DB']/definition[@type='RDBMS']/configuration/password,false
Affected Product Version:
Multiple product versions including IS-5.7.0, APIM-2.5.0
Steps to reproduce:
Impacts the encryption process.
Description:
The Xpath available for the following property in the default cipher-tool.properties file is incorrect.
Datasources.WSO2_CARBON_DB.Configuration.Password=repository/conf/datasources/master-datasources.xml//datasources-configuration/datasources/datasource[name='WSO2_CARBON_DB']/definition[@type='RDBMS']/configuration/password,falseThe correct Xpath should be corrected as follows.
repository/conf/datasources/master-datasources.xml//datasources/datasource[name='WSO2_CARBON_DB']/definition[@type='RDBMS']/configuration/password,falseAffected Product Version:
Multiple product versions including IS-5.7.0, APIM-2.5.0
Steps to reproduce:
Impacts the encryption process.