-
Enhancement
-
Resolution: Done
-
Minor
-
7.10.1.GA
-
- Red Hat Process Automation Manager (RHPAM)
-7.10
- Red Hat Process Automation Manager (RHPAM)
-
False
-
False
-
Documentation (Ref Guide, User Guide, etc.), Release Notes
-
-
-
-
-
-
ER1
-
+
-
Undefined
-
-
2021 Week 28-30 (from Jul 12), 2021 Week 31-33 (from Aug 2)
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.
- is cloned by
-
JBPM-9839 synchronize the contents (system properties) from standalone-*.xml with the default-kieserver.xml
- Resolved