[jboss-jira] [JBoss JIRA] (WFLY-7637) It is not possible to set Elytron for native management interface
Darran Lofthouse (JIRA)
issues at jboss.org
Mon Nov 21 10:45:00 EST 2016
[ https://issues.jboss.org/browse/WFLY-7637?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Darran Lofthouse updated WFLY-7637:
-----------------------------------
Affects Version/s: (was: 11.0.0.Alpha1)
> It is not possible to set Elytron for native management interface
> -----------------------------------------------------------------
>
> Key: WFLY-7637
> URL: https://issues.jboss.org/browse/WFLY-7637
> Project: WildFly
> Issue Type: Bug
> Components: Security
> Reporter: Ondrej Lukas
> Assignee: Darran Lofthouse
> Priority: Blocker
> Fix For: 11.0.0.Alpha1
>
>
> I am not able to correctly configure native management interface to use Elytron.
> I am adding some binding for native interface:
> {code}
> /socket-binding-group=standard-sockets/socket-binding=native:add(port=9999)
> {code}
> And then adding native management interface which uses Elytron sasl-authentication-factory ({{application-sasl-authentication}} is predefined in standalone-elytron.xml):
> {code}
> /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
> }
> {code}
> Following exception occurs in server log:
> {code}
> 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]
> {code}
> The same exception is thrown when I am trying to set SSL through Elytron {{ssl-context}} attribute in management native-interface.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
More information about the jboss-jira
mailing list