]
Darran Lofthouse updated WFLY-8798:
-----------------------------------
Fix Version/s: 11.0.0.Beta1
CLI Opertation 'load' for Elytron key-store does not change
key used by management
----------------------------------------------------------------------------------
Key: WFLY-8798
URL:
https://issues.jboss.org/browse/WFLY-8798
Project: WildFly
Issue Type: Bug
Components: Security
Affects Versions: 11.0.0.Alpha1
Reporter: Jan Kalina
Assignee: Jan Kalina
Priority: Blocker
Labels: management-model, ssl
Fix For: 11.0.0.Beta1
When keystore (or cerficate in keystore) is changed during server runtime then CLI
opertation {{load}} can be used for {{/subsystem=elytron/key-store=...}} to re-reading
this keystore in server. However after calling this operation server still works with
original keystore/certificate. Then CLI reads current keystore correctly, but in case when
ssl-context which uses that key-store is used then original keystore is still used by
server. Reload of server is required to correctly re-read the new keystore. See Steps to
Reproduce for more details.
We request blocker flag since this issue blocks RFE EAP7-455.