Configure Data360 Analyze to use encyrpted properties for credential storage - Data360_Analyze - Latest

Data360 Analyze Server Help

Product type
Software
Portfolio
Verify
Product family
Data360
Product
Data360 Analyze
Version
Latest
Language
English
Product name
Data360 Analyze
Title
Data360 Analyze Server Help
Copyright
2024
First publish date
2016
Last updated
2024-11-28
Published on
2024-11-28T15:26:57.181000

Configure Analyze to use encrypted properties for credential storage on Linux

  1. Stop the Data360 Analyze application.
  2. Run the following command to generate the encrypted application database password:

    <install-dir>/bin/laeConfig properties generate --encrypt ls.lae.webapp.dbKey <application-database-password>

  3. Run the following command to generate the encrypted Secure Store password:

    <install-dir>/bin/laeConfig properties generate --encrypt ls.lae.security.secureStorePassword <secure-store-password>

  4. Edit the file <site-dir>/conf/cust.prop and remove the following properties:

    ls.lae.keyManagerId

    ls.lae.secureStore.passwordRetrieval.keyId

    ls.lae.webapp.dbCredentialConfig.keyId

    Add/modify the following properties:

    ls.lae.security.secureStorePassword="<encrypted-secure-store-password>"

    ls.lae.webapp.dbKey="<encrypted-application-database-password>"

    Where:

    <encrypted-application-database-password> - Is the encrypted application database password generated in step 2.

    <encrypted-secure-store-password> - Is the encrypted secure store password generated in step 3.

  5. Start the Data360 Analyze application

Configure Data360 Analyze to use encrypted properties for credential storage on Windows

  1. Stop the Data360 Analyze application.
  2. Run the following command to generate the encrypted application database password:

    <install-dir>\bin\laeConfig.bat properties generate --encrypt ls.lae.webapp.dbKey <application-database-password>

  3. Run the following command to generate the encrypted Secure Store password:

    <install-dir>\bin\laeConfig.bat properties generate --encrypt ls.lae.security.secureStorePassword <secure-store-password>

  4. Edit the file <site-dir>/conf/cust.prop and remove the following properties:

    ls.lae.keyManagerId

    ls.lae.secureStore.passwordRetrieval.keyId

    ls.lae.webapp.dbCredentialConfig.keyId

    Add/modify the following properties:

    ls.lae.security.secureStorePassword="<encrypted-secure-store-password>"

    ls.lae.webapp.dbKey="<encrypted-application-database-password>"

    Where:

    <encrypted-application-database-password> - Is the encrypted application database password generated in step 2.

    <encrypted-secure-store-password> - Is the encrypted secure store password generated in step 3.

  5. Start the Data360 Analyze application