]
Ilia Vassilev commented on WFLY-7342:
-------------------------------------
Will close the PR [1] since we need a different implementation (see Darran's comment
in PR [1] and JBEAP-6490).
[~dlofthouse] I'm assigning this issue to you since you recently took JBEAP-6490.
[1]
Updating of elytron kerberos security factory requires reload
-------------------------------------------------------------
Key: WFLY-7342
URL:
https://issues.jboss.org/browse/WFLY-7342
Project: WildFly
Issue Type: Bug
Components: Security
Affects Versions: 11.0.0.Alpha1
Reporter: Martin Choma
Assignee: Ilia Vassilev
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}