[
https://issues.jboss.org/browse/JBIDE-9211?page=com.atlassian.jira.plugin...
]
Andre Dietisheim edited comment on JBIDE-9211 at 7/22/11 10:19 AM:
-------------------------------------------------------------------
there's a documentation that lists the supported transport level mechanisms for
authentication in the management API:
http://community.jboss.org/wiki/ManagementAPISecurityTransportAuthentication
A slightly more extensive discussion is found here:
http://community.jboss.org/wiki/ManagementAPISecurityAuthenticationMechan...
There's also a (possible) sample config here:
http://community.jboss.org/wiki/ManagementAPISecurityPossibleConfiguratio...
The default configuration that is shipped with as7 uses a properties file:
{code}
<security-realms>
<security-realm name="PropertiesMgmtSecurityRealm">
<authentication>
<properties path="mgmt-users.properties"
relative-to="jboss.server.config.dir" />
</authentication>
</security-realm>
</security-realms>
{code}
The referenced properties file (mgmt-users.properties) has no entries and therefore allows
anybody to log in.
{code}
#Format: username=password
#
#admin=admin
{code}
was (Author: adietish):
there's a documentation that lists the supported transport level mechanisms for
authentication in the management API:
http://community.jboss.org/wiki/ManagementAPISecurityTransportAuthentication
There's also a (possible) sample config here:
http://community.jboss.org/wiki/ManagementAPISecurityPossibleConfiguratio...
The default configuration that is shipped with as7 uses a properties file:
{code}
<security-realms>
<security-realm name="PropertiesMgmtSecurityRealm">
<authentication>
<properties path="mgmt-users.properties"
relative-to="jboss.server.config.dir" />
</authentication>
</security-realm>
</security-realms>
{code}
The referenced properties file (mgmt-users.properties) has no entries and therefore allows
anybody to log in.
Support authentication on AS7 management operations
---------------------------------------------------
Key: JBIDE-9211
URL:
https://issues.jboss.org/browse/JBIDE-9211
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: JBossAS
Reporter: Max Rydahl Andersen
Assignee: Andre Dietisheim
Priority: Blocker
Fix For: 3.3.0.M3
AS7 server management API can be secured we should investigate how that would affect
users of JBoss tools
--
This message is automatically generated by JIRA.
For more information on JIRA, see:
http://www.atlassian.com/software/jira