Github user asfgit closed the pull request at:
https://github.com/apache/activemq-artemis/pull/1588
---
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 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 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 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 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 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