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

Add support for connection.update-secret #114

Merged
merged 2 commits into from Sep 6, 2022

Commits on Sep 1, 2022

  1. Add support for connection.update-secret

    This method is in the AMQP 0.9.1 spec and it is supported by RabbitMQ.
    This is useful when the secret used in the connection has an expiry, as
    it allows the applications to renew the secret without the hassle of
    closing-reconnecting consumers/producers.
    
    Signed-off-by: Aitor Perez Cedres <acedres@vmware.com>
    Zerpet committed Sep 1, 2022
    Copy the full SHA
    2c89387 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2022

  1. Add documentation for Connection.UpdateSecret

    Setting up an OAuth2 server to end-2-end test this function feels a bit
    overkill. This function is used mainly in the context of OAuth2
    authentication, where tokens expire. From this client perspective, all
    it has to ensure is that a specific frame is put out in the wire to
    RabbitMQ server. Then we trust that RabbitMQ will hold its part of the
    contract and do the right thing.
    
    Signed-off-by: Aitor Perez Cedres <acedres@vmware.com>
    Zerpet committed Sep 5, 2022
    Copy the full SHA
    38948f9 View commit details
    Browse the repository at this point in the history