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
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: