[GitHub] activemq-artemis pull request #1588: ARTEMIS-1463 - add role based authentic...

2017-10-16 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/activemq-artemis/pull/1588 ---

[GitHub] activemq-artemis pull request #1588: ARTEMIS-1463 - add role based authentic...

2017-10-16 Thread andytaylor
Github user andytaylor commented on a diff in the pull request: https://github.com/apache/activemq-artemis/pull/1588#discussion_r144866130 --- Diff: artemis-server/pom.xml --- @@ -53,6 +53,11 @@ org.apache.activemq + artemis-boot

[GitHub] activemq-artemis pull request #1588: ARTEMIS-1463 - add role based authentic...

2017-10-16 Thread clebertsuconic
Github user clebertsuconic commented on a diff in the pull request: https://github.com/apache/activemq-artemis/pull/1588#discussion_r144864790 --- Diff: artemis-server/pom.xml --- @@ -53,6 +53,11 @@ org.apache.activemq + artemis-boot

[GitHub] activemq-artemis pull request #1588: ARTEMIS-1463 - add role based authentic...

2017-10-16 Thread andytaylor
Github user andytaylor commented on a diff in the pull request: https://github.com/apache/activemq-artemis/pull/1588#discussion_r144853262 --- Diff: artemis-cli/pom.xml --- @@ -35,6 +35,11 @@ org.apache.activemq + artemis-boot --- E

[GitHub] activemq-artemis pull request #1588: ARTEMIS-1463 - add role based authentic...

2017-10-16 Thread andytaylor
Github user andytaylor commented on a diff in the pull request: https://github.com/apache/activemq-artemis/pull/1588#discussion_r144853104 --- Diff: artemis-cli/pom.xml --- @@ -35,6 +35,11 @@ org.apache.activemq + artemis-boot --- E

[GitHub] activemq-artemis pull request #1588: ARTEMIS-1463 - add role based authentic...

2017-10-16 Thread clebertsuconic
Github user clebertsuconic commented on a diff in the pull request: https://github.com/apache/activemq-artemis/pull/1588#discussion_r144852919 --- Diff: artemis-cli/pom.xml --- @@ -35,6 +35,11 @@ org.apache.activemq + artemis-boot -

[GitHub] activemq-artemis pull request #1588: ARTEMIS-1463 - add role based authentic...

2017-10-16 Thread andytaylor
GitHub user andytaylor opened a pull request: https://github.com/apache/activemq-artemis/pull/1588 ARTEMIS-1463 - add role based authentication to the JMX objects This is done by creating a guard and using JAAS to check for access to mbean objects and their methods. NB this