Skip to content
New issue

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

Xpath for the Datasource in the cipher-tool.properties file is incorrect #42

Open
lkokila opened this issue Jan 17, 2019 · 0 comments
Open

Comments

@lkokila
Copy link

lkokila commented Jan 17, 2019

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant