[jboss-jira] [JBoss JIRA] (WFLY-8254) Changing sasl-authentication-factory in management interface ends in reload-required state
Brian Stansberry (JIRA)
issues at jboss.org
Tue Feb 28 16:34:00 EST 2017
[ https://issues.jboss.org/browse/WFLY-8254?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13370589#comment-13370589 ]
Brian Stansberry commented on WFLY-8254:
----------------------------------------
Please file bugs against kernel resources in WFCORE.
> Changing sasl-authentication-factory in management interface ends in reload-required state
> ------------------------------------------------------------------------------------------
>
> Key: WFLY-8254
> URL: https://issues.jboss.org/browse/WFLY-8254
> Project: WildFly
> Issue Type: Bug
> Components: Security
> Reporter: Martin Choma
> Assignee: Darran Lofthouse
>
> Attribute sasl-authentication-factory is described as follows
> {code}
> "sasl-authentication-factory" => {
> "type" => STRING,
> "description" => "The server side SASL authentication policy to use to secure the interface where the connection is after a HTTP upgrade.",
> "expressions-allowed" => false,
> "required" => false,
> "nillable" => true,
> "capability-reference" => "org.wildfly.security.sasl-authentication-factory",
> "min-length" => 1L,
> "max-length" => 2147483647L
> }
> {code}
> Documenation [1] says:
> no-services – Applying the operation to the runtime does not require the restart of any services. This value is the default if the restart-required descriptor is not present.
> But when I try to change it I get:
> {code}
> [standalone at localhost:9990 /] /core-service=management/management-interface=http-interface:write-attribute(name=http-upgrade.sasl-authentication-factory, value=application-sasl-authentication)
> {
> "outcome" => "success",
> "response-headers" => {
> "operation-requires-reload" => true,
> "process-state" => "reload-required"
> }
> }
> {code}
> Probably some proper value for "restart-required" should be used. "restart-required" => "all-services" ?
> [1] https://docs.jboss.org/author/display/WFLY/Description+of+the+Management+Model
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
More information about the jboss-jira
mailing list