[jira] [Commented] (ARTEMIS-1904) Jmx Management Security Tests

2018-06-13 Thread ASF GitHub Bot (JIRA)


[ 
https://issues.apache.org/jira/browse/ARTEMIS-1904?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16510961#comment-16510961
 ] 

ASF GitHub Bot commented on ARTEMIS-1904:
-

Github user gaohoward commented on the issue:

https://github.com/apache/activemq-artemis/pull/2122
  
@mtaylor I've added some ssl test.


> Jmx Management Security Tests
> -
>
> Key: ARTEMIS-1904
> URL: https://issues.apache.org/jira/browse/ARTEMIS-1904
> Project: ActiveMQ Artemis
>  Issue Type: Test
>  Components: Broker
>Affects Versions: 2.6.1
>Reporter: Howard Gao
>Assignee: Howard Gao
>Priority: Major
> Fix For: 2.7.0
>
>
> Adding tests for jmx security (authentication/authorization) functionalities.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (ARTEMIS-1904) Jmx Management Security Tests

2018-06-12 Thread ASF GitHub Bot (JIRA)


[ 
https://issues.apache.org/jira/browse/ARTEMIS-1904?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16509353#comment-16509353
 ] 

ASF GitHub Bot commented on ARTEMIS-1904:
-

Github user gaohoward commented on the issue:

https://github.com/apache/activemq-artemis/pull/2122
  
@mtaylor worked with Andy and figured out ARTEMIS-1916 is not valid (PR 
will be discarded). I've fixed the test and it should be ready for review now. 


> Jmx Management Security Tests
> -
>
> Key: ARTEMIS-1904
> URL: https://issues.apache.org/jira/browse/ARTEMIS-1904
> Project: ActiveMQ Artemis
>  Issue Type: Test
>  Components: Broker
>Affects Versions: 2.6.1
>Reporter: Howard Gao
>Assignee: Howard Gao
>Priority: Major
> Fix For: 2.7.0
>
>
> Adding tests for jmx security (authentication/authorization) functionalities.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (ARTEMIS-1904) Jmx Management Security Tests

2018-06-07 Thread ASF GitHub Bot (JIRA)


[ 
https://issues.apache.org/jira/browse/ARTEMIS-1904?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16504832#comment-16504832
 ] 

ASF GitHub Bot commented on ARTEMIS-1904:
-

Github user gaohoward commented on the issue:

https://github.com/apache/activemq-artemis/pull/2122
  
@mtaylor I've created another jira (ARTEMIS-1916) and the PR
https://github.com/apache/activemq-artemis/pull/2128
I also updated this PR. This PR should be merged after ARTEMIS-1916 
(otherwise the test 
is failing).


> Jmx Management Security Tests
> -
>
> Key: ARTEMIS-1904
> URL: https://issues.apache.org/jira/browse/ARTEMIS-1904
> Project: ActiveMQ Artemis
>  Issue Type: Test
>  Components: Broker
>Affects Versions: 2.6.1
>Reporter: Howard Gao
>Assignee: Howard Gao
>Priority: Major
> Fix For: 2.7.0
>
>
> Adding tests for jmx security (authentication/authorization) functionalities.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (ARTEMIS-1904) Jmx Management Security Tests

2018-06-07 Thread ASF GitHub Bot (JIRA)


[ 
https://issues.apache.org/jira/browse/ARTEMIS-1904?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16504499#comment-16504499
 ] 

ASF GitHub Bot commented on ARTEMIS-1904:
-

Github user gaohoward commented on the issue:

https://github.com/apache/activemq-artemis/pull/2122
  
@mtaylor ok, will do another jira. The code change is to remove the 
RMIServerSocketFactory because it does nothing special and it causes jmx client 
fail to connect (don't know why, perhaps we didn't implement it right). 


> Jmx Management Security Tests
> -
>
> Key: ARTEMIS-1904
> URL: https://issues.apache.org/jira/browse/ARTEMIS-1904
> Project: ActiveMQ Artemis
>  Issue Type: Test
>  Components: Broker
>Affects Versions: 2.6.1
>Reporter: Howard Gao
>Assignee: Howard Gao
>Priority: Major
> Fix For: 2.7.0
>
>
> Adding tests for jmx security (authentication/authorization) functionalities.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (ARTEMIS-1904) Jmx Management Security Tests

2018-06-04 Thread ASF GitHub Bot (JIRA)


[ 
https://issues.apache.org/jira/browse/ARTEMIS-1904?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16501339#comment-16501339
 ] 

ASF GitHub Bot commented on ARTEMIS-1904:
-

GitHub user gaohoward opened a pull request:

https://github.com/apache/activemq-artemis/pull/2122

ARTEMIS-1904 Jmx Management Security Tests

* Added tests for jmx security
* Removed ArtemisRMIServerSocketFactory as it does nothing special
  (instead use default factory from jdk)

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/gaohoward/activemq-artemis a_jmx

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/activemq-artemis/pull/2122.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #2122


commit 95ecb071f08dcb8b406c2600d3c635047e415b20
Author: Howard Gao 
Date:   2018-06-05T06:13:30Z

ARTEMIS-1904 Jmx Management Security Tests

* Added tests for jmx security
* Removed ArtemisRMIServerSocketFactory as it does nothing special
  (instead use default factory from jdk)




> Jmx Management Security Tests
> -
>
> Key: ARTEMIS-1904
> URL: https://issues.apache.org/jira/browse/ARTEMIS-1904
> Project: ActiveMQ Artemis
>  Issue Type: Test
>  Components: Broker
>Affects Versions: 2.6.1
>Reporter: Howard Gao
>Assignee: Howard Gao
>Priority: Major
> Fix For: 2.7.0
>
>
> Adding tests for jmx security (authentication/authorization) functionalities.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)