Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Code doesn't check for existence of queue before creating it. #11

Open
raminv80 opened this issue Oct 9, 2015 · 1 comment
Open

Code doesn't check for existence of queue before creating it. #11

raminv80 opened this issue Oct 9, 2015 · 1 comment

Comments

@raminv80
Copy link

raminv80 commented Oct 9, 2015

On production for security, I don't want to grant create queue permission to lilmuckers. Instead I'd like to create queues manually in SQS and then let the module to use it. However the module doesn't check for existence of queues and tries to create them leading to "access denied" error.

@lilmuckers
Copy link
Owner

Reasonable idea.
Should be fairly straightforward to add into the SQS adapter for assigning the task.

On 9 Oct 2015, at 03:48, Ramin [email protected] wrote:

On production for security, I don't want to grant create queue permission to lilmuckers. Instead I'd like to create queues manually in SQS and then let the module to use it. However the module doesn't check for existence of queues and tries to create them leading to "access denied" error.


Reply to this email directly or view it on GitHub.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants