]
Martin Choma moved JBEAP-6491 to WFLY-7342:
-------------------------------------------
Project: WildFly (was: JBoss Enterprise Application Platform)
Key: WFLY-7342 (was: JBEAP-6491)
Workflow: GIT Pull Request workflow (was: CDW with loose statuses v1)
Component/s: Security
(was: Security)
Affects Version/s: 11.0.0.Alpha1
(was: 7.1.0.DR6)
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
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}