Hi

You could send some special key (password) with the data to the workers, if
the worker found the password correct it should process the job



{ Requester (data+MD5key) } ---> beanstalk ----> {worker get data + get
MD5Key}


BTW: I'm working in something similar to your SMS work (using also PHP), if
you are interested we can work together and share our work.


Thanks


On Fri, Feb 17, 2012 at 3:44 AM, Lox <[email protected]> wrote:

> Hello,
>
> I am looking at beanstalkd to manage my SMS server queues for outgoing
> and incoming SMS. I will manage those using a PHP daemon.
>
> I have a security concern in the fact that any program on the server
> can connect to it and add/retrieve/delete jobs from my queues.
>
> I mean my current way of handling this is using mysql which is
> protected with credential. An other way I looked to is using plain
> text files that can be protected by file system permissions.
>
> What security menanism mya I use to be sure that only my PHP Daemon
> can access beanstalkd queues ?
>
> Regards.
>
> --
> You received this message because you are subscribed to the Google Groups
> "beanstalk-talk" group.
> To post to this group, send email to [email protected].
> To unsubscribe from this group, send email to
> [email protected].
> For more options, visit this group at
> http://groups.google.com/group/beanstalk-talk?hl=en.
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"beanstalk-talk" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/beanstalk-talk?hl=en.

Reply via email to