-
Type: Bug
-
Status: Open
-
Priority: Minor
-
Resolution: Unresolved
-
Affects Version/s: 5.9.6-SNAPSHOT
-
Fix Version/s: QualifiedToSchedule
-
Component/s: nuxeoctl start/stop/admin
-
Epic Link:
-
Tags:
-
Sprint:DevOps Sprint 9, DevOps Sprint 11
-
Story Points:4
When a package is installed through the admin center and modifies JAVA_OPTS, that change is not taken into account on the first restart.
Steps to reproduce with the kerberos-authentication package:
1) Configure kerberos (copy /opt/build/keystores/keytabs/krb5.conf to /etc/krb5.conf)
2) On a clean CAP 5.9.6-SNAPSHOT distribution,add the following parameters to nuxeo.conf:
kerberos.principal=HTTP/jenkins@AD.IN.NUXEO.COM
kerberos.keytab=/opt/build/keystores/keytabs/jenkins.keytab
3) Start nuxeo, register the instance and install the kerberos-authentication 1.3.0-SNAPSHOT package
4) Restart nuxeo
The server will start without "-Djava.security.auth.login.config=nxserver/config/java.login.config"
If you restart it again, that option will be added.
- is required by
-
NXP-15465 Kerberos marketplace package should be configurable through nuxeo.conf
- Resolved