Uploaded image for project: 'WildFly Core'
  1. WildFly Core
  2. WFCORE-2345

Changing sasl-authentication-factory in management interface ends in reload-required state

    XMLWordPrintable

Details

    Description

      Attribute sasl-authentication-factory is described as follows

          "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
          }
      

      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:

      [standalone@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"
          }
      }
      

      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

      Attachments

        Issue Links

          Activity

            People

              bstansbe@redhat.com Brian Stansberry
              mchoma@redhat.com Martin Choma
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: