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

Commits on Aug 16, 2024

  1. Use SASL layer in AMQP 1.0 Erlang client

    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 committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    2197ff7 View commit details
    Browse the repository at this point in the history