-
Notifications
You must be signed in to change notification settings - Fork 31
Open
Labels
Description
@ronaldtse Atm the validation of the SQS connection only do one simple task (original version): read queue url from queue selected. It doesnt make sense if the credential has permission to read queue lists but has no access right to read & delete queue items which is required by the plugin, check the SQS permission list http://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/sqs-api-permissions-reference.html
The plugin should ask user to send an item to the queue. When the item is verified by the user, it should be deleted. The validation should return success value if all operations are successful.