]
Martin Choma moved JBEAP-6964 to WFLY-7512:
-------------------------------------------
Project: WildFly (was: JBoss Enterprise Application Platform)
Key: WFLY-7512 (was: JBEAP-6964)
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.DR7)
Elytron resources runtime updates without reload
------------------------------------------------
Key: WFLY-7512
URL:
https://issues.jboss.org/browse/WFLY-7512
Project: WildFly
Issue Type: Bug
Components: Security
Affects Versions: 11.0.0.Alpha1
Reporter: Martin Choma
When updating elytron resources, server ends up in {{reload-required}} state. 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}
Make it possible for all (most - some may be impossible) resources to support runtime
updates.