Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use SASL layer in AMQP 1.0 Erlang client #12029

Merged
merged 1 commit into from
Aug 16, 2024
Merged

Conversation

ansd
Copy link
Member

@ansd ansd commented Aug 16, 2024

This commit ensures that AMQP 1.0 shovels will always use a SASL security layer when connecting to an AMQP 1.0 broker. Instead of skipping SASL, the client will use SASL mechanism ANONYMOUS.

#11999 mandates that AMQP 1.0 clients use a SASL security layer when connecting to a RabbitMQ 4.0 node.

This commit is only applied to the v3.13.x branch such that a shovel running on a 3.13.7 node will be able to connect via AMQP 1.0 to a RabbitMQ 4.x node.

This commit ensures that AMQP 1.0 shovels will always use a
SASL security layer when connecting to an AMQP 1.0 broker.
Instead of skipping SASL, the client will use SASL mechanism ANONYMOUS.

#11999 mandates that
AMQP 1.0 clients use a SASL security layer when connecting to a RabbitMQ
4.0 node.

This commit is only applied to the `v3.13.x` branch such that a shovel
running on a 3.13.7 node will be able to connect via AMQP 1.0 to a
RabbitMQ 4.x node.
@ansd ansd added this to the 3.13.7 milestone Aug 16, 2024
@michaelklishin michaelklishin merged commit 9d3dcf2 into v3.13.x Aug 16, 2024
186 checks passed
@michaelklishin michaelklishin deleted the amqp-client-sasl-anon branch August 16, 2024 16:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants