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 2018/03/21 13:59:00 UTC

[jira] [Commented] (ARTEMIS-1758) Support SASL EXTERNAL

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

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

GitHub user gtully opened a pull request:

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

    [ARTEMIS-1758] support SASL EXTERNAL with TextCertLoginModule

     - rework proton handler to use saslListener

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

    $ git pull https://github.com/gtully/activemq-artemis ARTEMIS-1758

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

    https://github.com/apache/activemq-artemis/pull/1961.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 #1961
    
----
commit a7d4d6e8a18e4ff5164bcee03d677342d5eeabb9
Author: gtully <ga...@...>
Date:   2018-03-13T17:21:06Z

    [ARTEMIS-1758] support SASL EXTERNAL with TextCertLoginModule
     - rework proton handler to use saslListener

----


> Support SASL EXTERNAL
> ---------------------
>
>                 Key: ARTEMIS-1758
>                 URL: https://issues.apache.org/jira/browse/ARTEMIS-1758
>             Project: ActiveMQ Artemis
>          Issue Type: Improvement
>          Components: AMQP
>    Affects Versions: 2.5.0
>            Reporter: Gary Tully
>            Assignee: Gary Tully
>            Priority: Major
>             Fix For: 2.6.0
>
>
> Add support for SASL EXTERNAL
> https://tools.ietf.org/html/rfc4422#appendix-A
> Peer principal from TLS client cert is used as the client identity on the broker.
> The identity is mapped to a broker user and role via the TextFileCertificateLoginModule



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