taskforcesh / bullmq-proxy

HTTP based proxy for accessing BullMQ Queues
https://docs.bullmq.net
MIT License
12 stars 4 forks source link

Implement Access Control for Queues #20

Open prabak opened 2 weeks ago

prabak commented 2 weeks ago

Hi,

First of all, this is a great library. I have question about access control. How can I limit access to certain queues based on the bearer token? I know the feature is work in progress (Implement Access Control for your queues) but wondering if I can do something else in the mean time.

thank you

manast commented 2 weeks ago

Thanks for your interest. Unfortunately, all tokens have the same privilege for now. I still need to put some effort into thinking about what would be a good way to represent access control, and if it should be static based on some environment variables, or a dynamic system where you can add/remove access to the different queues... all ideas are welcomed.