[jboss-jira] [JBoss JIRA] (AS7-2616) Allow AS7 Arquillian container to pass credentials/securely authenticate

Karel Piwko (Commented) (JIRA) jira-events at lists.jboss.org
Tue Nov 15 08:36:40 EST 2011


    [ https://issues.jboss.org/browse/AS7-2616?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12642909#comment-12642909 ] 

Karel Piwko commented on AS7-2616:
----------------------------------

There is a developer workaround, which works by removing the security from the AS:

Remove security-realm="PropertiesMgmtSecurityRealm" for as configuration, e.g.

{code:xml}

<management-interfaces>
   <native-interface interface="management" port="9999" security-realm="PropertiesMgmtSecurityRealm" />
   <http-interface interface="management" port="9990" security-realm="PropertiesMgmtSecurityRealm"/>
</management-interfaces>
{code}

Kudos to Peter Skopek for pointing out the workaround.
                
> Allow AS7 Arquillian container to pass credentials/securely authenticate
> ------------------------------------------------------------------------
>
>                 Key: AS7-2616
>                 URL: https://issues.jboss.org/browse/AS7-2616
>             Project: Application Server 7
>          Issue Type: Feature Request
>          Components: Test Suite
>    Affects Versions: 7.1.0.Alpha1
>            Reporter: Karel Piwko
>            Assignee: Andrew Rubinger
>            Priority: Critical
>             Fix For: 7.1.0.Final
>
>
> As AS7 is going the secure way, all the tooling including Arquillian should be able to access secured management APIs.
> An example how this can be implemented is present here:
> https://github.com/jbossas/jboss-as-maven-plugin/commit/8dd544a51ce0bf23b14e1f0a21a2f2b588ff4d36
> We definitely need a way how to securely access AS7, either by user/name pair or by a more secure means.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jboss-jira mailing list