amqp_0_9 authentication with certificates only? #761
-
Hello! I'm trying see if I can get benthos working with amqp_0_9 input against a TLS secured rabbitmq cluster that uses 'passwordless users' with x509 certs for authentication. https://www.rabbitmq.com/passwords.html#x509-certificate-authentication
Is there a way to configure this correctly for amqp 0.9? I keep getting errors from benthos and my rabbit cluster that its trying to connect as a guest user, despite that I've left the user/password empty in the url and have provided the TLS cert configuration. According to the rabbitmq docs
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 12 replies
-
Digging into the client libraries, it appears that there's been an open PR for years on the steadway/amqp module to support this type of auth, but the project maintainers seem to be in hiatus. :( |
Beta Was this translation helpful? Give feedback.
-
This has been implemented in #905. @jonasoneves, @zswanson would you mind having another look and let me know if you see any issues? |
Beta Was this translation helpful? Give feedback.
This has been implemented in #905. @jonasoneves, @zswanson would you mind having another look and let me know if you see any issues?