You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@activemq.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2017/10/16 11:39:00 UTC

[jira] [Commented] (ARTEMIS-1463) Implement rbac of management objects

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

ASF GitHub Bot commented on ARTEMIS-1463:
-----------------------------------------

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 <an...@gmail.com>
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

----


> Implement rbac of management objects
> ------------------------------------
>
>                 Key: ARTEMIS-1463
>                 URL: https://issues.apache.org/jira/browse/ARTEMIS-1463
>             Project: ActiveMQ Artemis
>          Issue Type: New Feature
>            Reporter: Andy Taylor
>            Assignee: Andy Taylor
>
> Add role based authentication for the JMX objects by guarding calls to the mbean server



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)