Uploaded image for project: 'Red Hat Process Automation Manager'
  1. Red Hat Process Automation Manager
  2. RHPAM-2407

Installer creates incorrect password vault for created datasource

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Critical
    • 7.5.1.GA
    • 7.5.0.GA
    • Installer
    • None
    • Release Notes
    • CR1
    • CR1
    • +
    • Workaround Exists
    • Hide

      Replace the wrong entry with correct password vault entry for the DB.
      If your datasource name is newDatasource it should be - ${VAULT::datasource.newDatasource::password::1} // notsecret

      Show
      Replace the wrong entry with correct password vault entry for the DB. If your datasource name is newDatasource it should be - ${VAULT::datasource.newDatasource::password::1} // notsecret
    • Hide

      1. Install only Process Server onto EAP
      2. Configure Advanced properties -> Configure database settings
      3. Check standalone files to verify user credentials

      Show
      1. Install only Process Server onto EAP 2. Configure Advanced properties -> Configure database settings 3. Check standalone files to verify user credentials

    Description

      After installation of database settings, `datasource` element in `standalone` files is wrong:

      <user-name>rhbaUser</user-name>
       <password>:datasource.newDatasource::password::1</password> // notsecret
      

      Connection to the database fails.

      Correct entry should look similar to this:

      <user-name>rhbaUser</user-name>
      <password>${VAULT::datasource.newDatasource::password::1}</password> // notsecret
      

      Attachments

        Activity

          People

            almorale Alberto Morales PĂ©rez (Inactive)
            dhanak@redhat.com Dominik Hanak
            Dominik Hanak Dominik Hanak
            Dominik Hanak Dominik Hanak
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: