[jboss-jira] [JBoss JIRA] (WFCORE-678) console-enabled="false" does not work in domain mode to disable web access to admin console
RH Bugzilla Integration (JIRA)
issues at jboss.org
Tue May 12 09:33:19 EDT 2015
[ https://issues.jboss.org/browse/WFCORE-678?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
RH Bugzilla Integration updated WFCORE-678:
-------------------------------------------
Bugzilla Update: Perform
Bugzilla References: https://bugzilla.redhat.com/show_bug.cgi?id=1215244
> 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
> Fix For: 1.0.0.CR2
>
>
> 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