]
Brian Stansberry moved JBEAP-11062 to WFLY-8819:
------------------------------------------------
Project: WildFly (was: JBoss Enterprise Application Platform)
Key: WFLY-8819 (was: JBEAP-11062)
Workflow: GIT Pull Request workflow (was: CDW with loose statuses v1)
Component/s: Domain Management
Security
(was: Domain Management)
(was: Security)
Affects Version/s: (was: 7.1.0.DR18)
Remove username="$local" workaround from default domain
host slave configuration
--------------------------------------------------------------------------------
Key: WFLY-8819
URL:
https://issues.jboss.org/browse/WFLY-8819
Project: WildFly
Issue Type: Bug
Components: Domain Management, Security
Reporter: Michal Jurc
Assignee: Brian Stansberry
Currently, the default {{host-slave.xml}} configuration reads as follows:
{code:xml|title=host-slave.xml} <domain-controller>
<remote username="$local"
security-realm="ManagementRealm">
<discovery-options>
<static-discovery name="primary"
protocol="${jboss.domain.master.protocol:remote}"
host="${jboss.domain.master.address}"
port="${jboss.domain.master.port:9999}"/>
</discovery-options>
</remote>
</domain-controller>{code}
As the local silent authentication functionality has been fixed, the
{{username="$local"}} attribute in {{remote}} element can be removed.