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
ft:locale
en-US
Product name
Data360 Analyze
ft:title
Data360 Analyze Server Help
Copyright
2025
First publish date
2016
ft:lastEdition
2025-02-20
ft:lastPublication
2025-02-20T11:13:02.494000

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