-
Bug
-
Resolution: Done
-
Major
-
None
-
None
Currently, the default host-slave.xml configuration reads as follows:
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>
As the local silent authentication functionality has been fixed, the username="$local" attribute in remote element can be removed.
- clones
-
JBEAP-10921 Remove username="$local" workaround from default domain host slave configuration
- Closed