jonhoo / faktory-rs

Rust bindings for Faktory clients and workers
Apache License 2.0
204 stars 16 forks source link

Test password authentication in tls tests and workflow #75

Closed rustworthy closed 3 months ago

rustworthy commented 3 months ago

This change is Reviewable

rustworthy commented 3 months ago

As soon as the #74 is finished and we start supporting specifying a desired tls option on theWorkerBuilder (rather than make them create a TlsStream and then provide that stream to the terminal WorkerBuilder::connect_with), we will "automatically" have the authenticated connection covered with tests for Client and WorkerBuilder.