GitHub user gtully opened a pull request:

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

    https://issues.apache.org/jira/browse/ARTEMIS-1264

    first cut poc for the core client with netty connector and acceptor doing 
kerberos
    jaas.doAs around sslengine init such that the SSL handshake can do kerberos 
ticket
    generaton and validation.
    The kerberos authenticate user is then validated with the security manager 
before
    being populated into the message userId.
    The feature is enabled with the kerb5Config property. When lowercase it is 
the
    principal. With a leading uppercase char it is the login.config entry to 
use.

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

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

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

    https://github.com/apache/activemq-artemis/pull/1379.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 #1379
    
----
commit c17227e77d5557bba71daa791aab63937e256891
Author: gtully <[email protected]>
Date:   2017-06-30T12:56:24Z

    https://issues.apache.org/jira/browse/ARTEMIS-1264
    
    first cut poc for the core client with netty connector and acceptor doing 
kerberos
    jaas.doAs around sslengine init such that the SSL handshake can do kerberos 
ticket
    generaton and validation.
    The kerberos authenticate user is then validated with the security manager 
before
    being populated into the message userId.
    The feature is enabled with the kerb5Config property. When lowercase it is 
the
    principal. With a leading uppercase char it is the login.config entry to 
use.

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to