Does the S3 source assume role setting apply to just s3:GetObject or include the sqs:ReceiveMessage too? #22228
Unanswered
britton-from-notion
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Without testing it myself, I know that Vector will just delegate whatever you set e.g. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello 👋
Wondering if when setting the auth.assume_role setting for a given S3 source, which AWS API calls leverage this assumed role.
For example, if an user has 2 roles:
Role A
- has access to s3:GetObjectRole B
- has access to sqs:ReceiveMessageWill the S3 source still successfully GetObject and ReceiveMessage if vector is configured to assume
Role A
?Beta Was this translation helpful? Give feedback.
All reactions