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 also implements https://issues.apache.org/jira/browse/ARTEMIS-534
https://issues.apache.org/jira/browse/ARTEMIS-1463
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/andytaylor/activemq-artemis rbac
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/activemq-artemis/pull/1588.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 #1588
----
commit 0ac891663ae8b9abe5f1421c1fd3220160e6c6af
Author: Andy Taylor <[email protected]>
Date: 2017-10-12T12:53:19Z
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 also implements https://issues.apache.org/jira/browse/ARTEMIS-534
https://issues.apache.org/jira/browse/ARTEMIS-1463
----
---