]
Darran Lofthouse moved WFLY-7642 to WFCORE-2030:
------------------------------------------------
Project: WildFly Core (was: WildFly)
Key: WFCORE-2030 (was: WFLY-7642)
Component/s: Security
(was: Security)
Affects Version/s: (was: 11.0.0.Alpha1)
sasl-authentication-factory should be valid in combination with
security-realm in native management interface in CLI
--------------------------------------------------------------------------------------------------------------------
Key: WFCORE-2030
URL:
https://issues.jboss.org/browse/WFCORE-2030
Project: WildFly Core
Issue Type: Bug
Components: Security
Reporter: Ondrej Lukas
Assignee: Darran Lofthouse
Priority: Critical
Fix For: 3.0.0.Alpha13
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}