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

synchronize the contents (system properties) from standalone-*.xml with the default-kieserver.xml

    XMLWordPrintable

Details

    • Enhancement
    • Resolution: Done
    • Minor
    • 7.12.0.GA
    • 7.10.1.GA
    • Kie-Server
      • Red Hat Process Automation Manager (RHPAM)
        -7.10
    • 2021 Week 28-30 (from Jul 12), 2021 Week 31-33 (from Aug 2)

    Description

      One customer has noticed that if they remove previously configured parameters such as org.kie.server.controller.token from standalone-full-ha.xml, it's still retained in the default-kieserver.xml ($RHPAM_HOME/bin) where default-kieserver is specified by org.kie.server.id.

      The user has to manually remove it from there.

      Is it possible to always synchronize the contents (system properties) from standalone-*.xml with the default-kieserver.xml ?

      Eng Solutions

      And providing only three flags based on env that they will be mutable

          public static final String CFG_KIE_CONTROLLER_USER = "org.kie.server.controller.user";
          public static final String CFG_KIE_CONTROLLER_PASSWORD = "org.kie.server.controller.pwd";
          public static final String CFG_KIE_CONTROLLER_TOKEN = "org.kie.server.controller.token";
      

      if these flags are set they will override at kie server startup if they are defined and are different from current values. This will allow mutability of only these three env entries. if these are not set as system properties or standalone they will be set as such.

      Attachments

        Issue Links

          Activity

            People

              elguardian@gmail.com Enrique González Martínez (Inactive)
              rhn-support-luzrodri Luz Rodriguez
              Gonzalo Muñoz Fernández Gonzalo Muñoz Fernández
              Gonzalo Muñoz Fernández Gonzalo Muñoz Fernández
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: