[jira] [Commented] (ARTEMIS-1454) Support SASL in outgoing AMQP connections

2017-10-09 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on ARTEMIS-1454:
-

Github user asfgit closed the pull request at:

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


> Support SASL in outgoing AMQP connections
> -
>
> Key: ARTEMIS-1454
> URL: https://issues.apache.org/jira/browse/ARTEMIS-1454
> Project: ActiveMQ Artemis
>  Issue Type: Improvement
>  Components: AMQP
>Reporter: Rob Godfrey
>Priority: Minor
>
> ARTEMIS-814 introduced the ability for Artemis to make outgoing AMQP 
> connections, however it did not support the use of SASL negotiation to secure 
> them.
> In order to secure the outgoing connection, and provide identity information 
> to the remote peer that Artemis is connecting to, we need to introduce the 
> ability for the outgoing connection to negotiate a SASL layer



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


[jira] [Commented] (ARTEMIS-1454) Support SASL in outgoing AMQP connections

2017-10-09 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on ARTEMIS-1454:
--

Commit cc8a0cb90eba71aa595f0ed15814ae3bec326af2 in activemq-artemis's branch 
refs/heads/master from [~godfrer]
[ https://git-wip-us.apache.org/repos/asf?p=activemq-artemis.git;h=cc8a0cb ]

ARTEMIS-1454: Support SASL in outgoing AMQP

Update ProtonHandler to allow for both client and server side SASL
and other related changes to allow for setting of client side mechanism


> Support SASL in outgoing AMQP connections
> -
>
> Key: ARTEMIS-1454
> URL: https://issues.apache.org/jira/browse/ARTEMIS-1454
> Project: ActiveMQ Artemis
>  Issue Type: Improvement
>  Components: AMQP
>Reporter: Rob Godfrey
>Priority: Minor
>
> ARTEMIS-814 introduced the ability for Artemis to make outgoing AMQP 
> connections, however it did not support the use of SASL negotiation to secure 
> them.
> In order to secure the outgoing connection, and provide identity information 
> to the remote peer that Artemis is connecting to, we need to introduce the 
> ability for the outgoing connection to negotiate a SASL layer



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


[jira] [Commented] (ARTEMIS-1454) Support SASL in outgoing AMQP connections

2017-10-09 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on ARTEMIS-1454:
-

GitHub user rgodfrey opened a pull request:

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

ARTEMIS-1454: Support SASL in outgoing AMQP

Update ProtonHandler to allow for both client and server side SASL
and other related changes to allow for setting of client side mechanism

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

$ git pull https://github.com/rgodfrey/activemq-artemis master

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

https://github.com/apache/activemq-artemis/pull/1579.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 #1579


commit 91029e99309dbb7b6ed2f3f7e283e8028539c89c
Author: Robert Godfrey 
Date:   2017-09-27T21:45:14Z

ARTEMIS-1454: Support SASL in outgoing AMQP

Update ProtonHandler to allow for both client and server side SASL
and other related changes to allow for setting of client side mechanism




> Support SASL in outgoing AMQP connections
> -
>
> Key: ARTEMIS-1454
> URL: https://issues.apache.org/jira/browse/ARTEMIS-1454
> Project: ActiveMQ Artemis
>  Issue Type: Improvement
>  Components: AMQP
>Reporter: Rob Godfrey
>Priority: Minor
>
> ARTEMIS-814 introduced the ability for Artemis to make outgoing AMQP 
> connections, however it did not support the use of SASL negotiation to secure 
> them.
> In order to secure the outgoing connection, and provide identity information 
> to the remote peer that Artemis is connecting to, we need to introduce the 
> ability for the outgoing connection to negotiate a SASL layer



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