[jboss-jira] [JBoss JIRA] (WFCORE-2423) Elytron resources runtime updates without reload

Jan Kalina (JIRA) issues at jboss.org
Thu Mar 1 11:37:00 EST 2018


    [ https://issues.jboss.org/browse/WFCORE-2423?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13540394#comment-13540394 ] 

Jan Kalina commented on WFCORE-2423:
------------------------------------

Just note, it is expected that write-attribute operations will take effect only after server reload. Admin can rely that until server reload old settings will be used.

Only when {{\{allow-resource-service-restart=true\}}} is used, changes should take effect immediately - but this is not supported by elytron resources now - this is WFCORE-1953.

> Elytron resources runtime updates without reload
> ------------------------------------------------
>
>                 Key: WFCORE-2423
>                 URL: https://issues.jboss.org/browse/WFCORE-2423
>             Project: WildFly Core
>          Issue Type: Bug
>          Components: Security
>    Affects Versions: 3.0.0.Beta7
>            Reporter: Martin Choma
>            Assignee: Dmitrii Tikhomirov
>
> When updating elytron resources, server ends up in {{reload-required}} state. For example
> {code}
> [standalone at 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.



--
This message was sent by Atlassian JIRA
(v7.5.0#75005)


More information about the jboss-jira mailing list