-
Bug
-
Resolution: Done
-
Blocker
-
7.1.0.DR8
-
None
-
-
-
-
-
-
-
Not Required
I am not able to correctly configure native management interface to use Elytron.
I am adding some binding for native interface:
/socket-binding-group=standard-sockets/socket-binding=native:add(port=9999)
And then adding native management interface which uses Elytron sasl-authentication-factory (application-sasl-authentication is predefined in standalone-elytron.xml):
/core-service=management/management-interface=native-interface:add(sasl-authentication-factory=application-sasl-authentication,socket-binding=native) { "outcome" => "failed", "failure-description" => { "WFLYCTL0412: Required services that are not installed:" => ["org.wildfly.security.sasl-authentication-factory"], "WFLYCTL0180: Services with missing/unavailable dependencies" => ["jboss.remoting.server.management is missing [org.wildfly.security.sasl-authentication-factory]"] }, "rolled-back" => true }
Following exception occurs in server log:
ERROR [org.jboss.as.controller.management-operation] (management-handler-thread - 2) WFLYCTL0013: Operation ("add") failed - address: ([ ("core-service" => "management"), ("management-interface" => "native-interface") ]) - failure description: { "WFLYCTL0412: Required services that are not installed:" => ["org.wildfly.security.sasl-authentication-factory"], "WFLYCTL0180: Services with missing/unavailable dependencies" => ["jboss.remoting.server.management is missing [org.wildfly.security.sasl-authentication-factory]"] } INFO [org.jboss.as.controller] (management-handler-thread - 2) WFLYCTL0183: Service status report WFLYCTL0184: New missing/unsatisfied dependencies: service org.wildfly.security.sasl-authentication-factory (missing) dependents: [service jboss.remoting.server.management]
The same exception is thrown when I am trying to set SSL through Elytron ssl-context attribute in management native-interface.
- is cloned by
-
WFCORE-2029 It is not possible to set Elytron for native management interface
- Resolved
- is incorporated by
-
JBEAP-7572 (7.1.0) Upgrade to WildFly Core 3.0.0.Alpha17
- Closed