Re: Qpid Dispatch Router With RabbitMQ and SASL

2020-06-23 Thread Robbie Gemmell
On Mon, 22 Jun 2020 at 17:48, Andrew Stitcher wrote: > > On Fri, 2020-06-19 at 22:17 +0100, Gordon Sim wrote: > > On 19/06/2020 9:40 pm, Andrew Stitcher wrote: > > > On Fri, 2020-06-19 at 13:59 +0100, Gordon Sim wrote: > > > > ... > > > > > > > > Looks like it changed back for cyrus-sasl anyway: >

Re: Qpid Dispatch Router With RabbitMQ and SASL

2020-06-22 Thread Gordon Sim
On 22/06/2020 5:48 pm, Andrew Stitcher wrote: I'd also note that raising a bug against RabbitMQ would be in order too as it shouldn't die if it receives an authzid equal to the authcid in any case. There already is one: https://github.com/rabbitmq/rabbitmq-amqp1.0/issues/95 --

Re: Qpid Dispatch Router With RabbitMQ and SASL

2020-06-22 Thread Andrew Stitcher
On Fri, 2020-06-19 at 22:17 +0100, Gordon Sim wrote: > On 19/06/2020 9:40 pm, Andrew Stitcher wrote: > > On Fri, 2020-06-19 at 13:59 +0100, Gordon Sim wrote: > > > ... > > > > > > Looks like it changed back for cyrus-sasl anyway: > > > https://github.com/apache/qpid-proton/commit/885d68aeaf522021a

Re: Qpid Dispatch Router With RabbitMQ and SASL

2020-06-21 Thread potato
Yes, I believe this is using PLAIN SASL auth with the cyrus sasl implementation. All through the magic of the AMQ Interconnect config. Would it be a proper pain to get a change made to send only the authcid and password? I'd be extremely grateful. I'm happy to raise an issue if that helps, not tha

Re: Qpid Dispatch Router With RabbitMQ and SASL

2020-06-19 Thread Gordon Sim
On 19/06/2020 9:40 pm, Andrew Stitcher wrote: On Fri, 2020-06-19 at 13:59 +0100, Gordon Sim wrote: ... Looks like it changed back for cyrus-sasl anyway: https://github.com/apache/qpid-proton/commit/885d68aeaf522021a35b7b5cecb7c7c53663929b#diff-47e0b33a5461eff21e6cbbd017a969edL123 I don't exac

Re: Qpid Dispatch Router With RabbitMQ and SASL

2020-06-19 Thread Andrew Stitcher
Can yo just confirm that you are using PLAIN SASL auth - I'd guess that you will be using the cyrus sasl implementation, but if you can confirm that too it would help a little. Andrew On Thu, 2020-06-18 at 17:45 -0700, potato wrote: > Hi, > I'm attempting to use AMQ Inteconnect Router which I bel

Re: Qpid Dispatch Router With RabbitMQ and SASL

2020-06-19 Thread Andrew Stitcher
On Fri, 2020-06-19 at 13:59 +0100, Gordon Sim wrote: > ... > > Looks like it changed back for cyrus-sasl anyway: > https://github.com/apache/qpid-proton/commit/885d68aeaf522021a35b7b5cecb7c7c53663929b#diff-47e0b33a5461eff21e6cbbd017a969edL123 I don't exactly see where in that change any behaviou

Re: Qpid Dispatch Router With RabbitMQ and SASL

2020-06-19 Thread Gordon Sim
On 19/06/2020 11:50 am, Robbie Gemmell wrote: On Fri, 19 Jun 2020 at 10:04, Gordon Sim wrote: On 19/06/2020 1:45 am, potato wrote: Hi, I'm attempting to use AMQ Inteconnect Router which I believe is based on Qpid Dispatch Router in an Openshift cluster to connect to RabbitMQ. I'm having an is

Re: Qpid Dispatch Router With RabbitMQ and SASL

2020-06-19 Thread Robbie Gemmell
On Fri, 19 Jun 2020 at 10:04, Gordon Sim wrote: > > On 19/06/2020 1:45 am, potato wrote: > > Hi, > > I'm attempting to use AMQ Inteconnect Router which I believe is based on > > Qpid Dispatch Router in an Openshift cluster to connect to RabbitMQ. > > I'm having an issue with SASL auth when a hands

Re: Qpid Dispatch Router With RabbitMQ and SASL

2020-06-19 Thread Gordon Sim
On 19/06/2020 1:45 am, potato wrote: Hi, I'm attempting to use AMQ Inteconnect Router which I believe is based on Qpid Dispatch Router in an Openshift cluster to connect to RabbitMQ. I'm having an issue with SASL auth when a handshake is attempted. Through config I'm sending just "username and pa

Qpid Dispatch Router With RabbitMQ and SASL

2020-06-18 Thread potato
Hi, I'm attempting to use AMQ Inteconnect Router which I believe is based on Qpid Dispatch Router in an Openshift cluster to connect to RabbitMQ. I'm having an issue with SASL auth when a handshake is attempted. Through config I'm sending just "username and password" but on the RabbitMQ end I'm se