]
Darran Lofthouse moved WFLY-7342 to WFCORE-2424:
------------------------------------------------
Project: WildFly Core (was: WildFly)
Key: WFCORE-2424 (was: WFLY-7342)
Component/s: Security
(was: Security)
Affects Version/s: 3.0.0.Beta7
(was: 11.0.0.Alpha1)
Updating of elytron kerberos security factory requires reload
-------------------------------------------------------------
Key: WFCORE-2424
URL:
https://issues.jboss.org/browse/WFCORE-2424
Project: WildFly Core
Issue Type: Bug
Components: Security
Affects Versions: 3.0.0.Beta7
Reporter: Martin Choma
Assignee: Darran Lofthouse
Labels: user_experience
Is it necessary? I mean adding kerberos-security-factory does not require reload.
It relates to all of attributes debug, minimum-remaining-lifetime principal,
request-lifetime,
mechanism-oids, path, relative-to, server. For example
{code}
[standalone@localhost:9990 /]
/subsystem=elytron/kerberos-security-factory=krbSF:write-attribute(name=debug,
value=true)
{
"outcome" => "success",
"response-headers" => {
"operation-requires-reload" => true,
"process-state" => "reload-required"
}
}
{code}