EAP, how to management-interfaces with multiple or fail-over security-realm(s)
I have a working configuration for the native-interface and http-interface, with ldap login.
But I want a second or even more security-realm as fail-over, with user/password.
How do I configure that?
Responses
He meant what if ldap is not available, how do we access JBOSS console/jboss-cli.sh.
For example, if ldap fails, we could use an user that is created in this realm:
security-realm name="ManagementRealm"
properties path="mgmt-users.properties" relative-to="jboss.domain.config.dir"
properties path="mgmt-groups.properties" relative-to="jboss.domain.config.dir"
But its not possible to configure more than one type in security-realm:
management-interfaces
native-interface security-realm="OpenLDAPRealm"
socket interface="management" port="${jboss.management.native.port:9999}"
native-interface
http-interface security-realm="OpenLDAPRealm"
socket interface="management" port="${jboss.management.http.port:9990}"
http-interface
management-interfaces
management
Daniela
Welcome! Check out the Getting Started with Red Hat page for quick tours and guides for common tasks.
