Skip to content

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

@lkokila

Description

@lkokila

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions