Skip to content

SQS IAM Permissions incorrect for ARN listeners. #1364

Open
@PatrickGotthard

Description

@PatrickGotthard

Type: Question

Component:
SQS IAM documentation

Describe the bug
According to the documentation To use SqsListener with Sqs name instead of ARN you will need sqs:GetQueueUrl

But I also had to grant this permission to be able to use @SqsListener("arn") or SQSTemplate.receiveMany("arn", Some.class).

Is the documentation incorrect and should be
To use the queue by its name or ARN instead of the URL you will need: sqs:GetQueueUrl
instead?

Metadata

Metadata

Assignees

No one assigned

    Labels

    component: sqsSQS integration related issuetype: documentationDocumentation or Samples related issue

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions