[jboss-jira] [JBoss JIRA] (WFCORE-678) console-enabled="false" does not work in domain mode to disable web access to admin console

luck3y (JIRA) issues at jboss.org
Wed May 6 13:55:45 EDT 2015


luck3y created WFCORE-678:
-----------------------------

             Summary: console-enabled="false" does not work in domain mode to disable web access to admin console
                 Key: WFCORE-678
                 URL: https://issues.jboss.org/browse/WFCORE-678
             Project: WildFly Core
          Issue Type: Enhancement
          Components: Server
            Reporter: luck3y
            Assignee: luck3y


Description of problem:
Disabling the web interface of the admin console using the console-enabled attribute does not work in domain mode.  

Version-Release number of selected component (if applicable):
EAP 6.3.3

How reproducible:
Very

Steps to Reproduce:
1. Set up domain installation
2. Set console-enabled="false" attribute on http management interface in host.xml [1] or using CLI [2]
3. Log into admin console ( http://localhost:9990/console )

[1] Set console-enabled in host.xml:
 <http-interface security-realm="ManagementRealm" console-enabled="false">
    <socket interface="management" port="${jboss.management.http.port:9990}" secure-port="9443"/>
 </http-interface>

[2] Set console-enabled through CLI:
/host=master/core-service=management/management-interface=http-interface/:write-attribute(name=console-enabled,value=false)

Actual results:
Able to access and log into web admin console.

Expected results:
Empty or no page is displayed as in standalone mode.

Additional info:



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


More information about the jboss-jira mailing list