[jboss-jira] [JBoss JIRA] (WFLY-7642) sasl-authentication-factory should be valid in combination with security-realm in native management interface in CLI
Ondrej Lukas (JIRA)
issues at jboss.org
Mon Nov 21 10:51:01 EST 2016
Ondrej Lukas created WFLY-7642:
----------------------------------
Summary: sasl-authentication-factory should be valid in combination with security-realm in native management interface in CLI
Key: WFLY-7642
URL: https://issues.jboss.org/browse/WFLY-7642
Project: WildFly
Issue Type: Bug
Components: Security
Reporter: Ondrej Lukas
Assignee: Darran Lofthouse
Priority: Critical
I am not able to add native management interface with both {{sasl-authentication-factory}} and {{security-realm}} attributes. According to comments in EAP7-545 Analysis document [1] setting both of them is valid configuration. However CLI consider this combination as invalid (when running server with standalone-elytron.xml):
{code}
/core-service=management/management-interface=native-interface:add(sasl-authentication-factory=application-sasl-authentication,security-realm=ApplicationRealm,socket-binding=management-http)
{
"outcome" => "failed",
"failure-description" => "WFLYCTL0105: sasl-authentication-factory is invalid in combination with security-realm",
"rolled-back" => true
}
{code}
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
More information about the jboss-jira
mailing list