Bogdanp / dramatiq

A fast and reliable background task processing library for Python 3.
https://dramatiq.io
GNU Lesser General Public License v3.0
4.37k stars 313 forks source link

How to use authentication #8

Closed jssuzanne closed 7 years ago

jssuzanne commented 7 years ago

Hi,

I don't found the authentication in your documentation, How to protect it whatever the broker (rabbitmq, redis, ...)? What parameter ? where ?

Bogdanp commented 7 years ago

Thanks! I've been meaning to add these to the docs but I kept forgetting:

https://dramatiq.io/reference.html#dramatiq.brokers.rabbitmq.RabbitmqBroker https://dramatiq.io/reference.html#dramatiq.brokers.redis.RedisBroker

Let me know if you think I should add anything else.

jssuzanne commented 7 years ago

Great, thank you very much.

Maybe add a list with the parameters definition or a link to find them easily.