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

ENH: Add support for multiple rabbit hosts in con string #151

Merged
merged 4 commits into from
Jul 2, 2024

Commits on Jul 2, 2024

  1. ENH: Add support for multiple rabbit hosts in con string

    Support constructing a connection string which contains multiple host
    endpoints. This avoids us going through an LB and matches the approach
    used by OpenStack more closely.
    DavidFair committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    06bbfc8 View commit details
    Browse the repository at this point in the history
  2. ENH: Build duplicate connection str for debug

    Builds a secondary strng for the debug output where we never place the
    password in, instead of replacing it later.
    This further lowers the chance of printing sensitive details if the
    replace didn't work
    DavidFair committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    959bc86 View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'origin/master' into Connect_to_rabbit_h…

    …osts_directly
    
    Pull in update workflows to allow CI/CD jobs to finish in this PR
    DavidFair committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    a9acf60 View commit details
    Browse the repository at this point in the history
  4. MAINT: Specify host directly

    Specify a Rabbit host directly, since trying to connect to multiple
    hosts isn't working
    
    We'll address this in a future commit since the foundation is in place
    DavidFair committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    94117d4 View commit details
    Browse the repository at this point in the history