Replies: 2 comments 9 replies
-
Hi @RoeiSagi , I'd suggest running with the |
Beta Was this translation helpful? Give feedback.
-
I am seeing this same issue, on Helm chart 0.36.1, appVersion 0.41.1 deployed to an EKS cluster. The role I am assuming is in a different AWS account, with permissions to I've set
It looks like it's correctly assuming my role in the other account, but then something is causing the request to SQS to fail. I'm not seeing any Access Denied logs in CloudTrail to help troubleshoot this either. |
Beta Was this translation helpful? Give feedback.
-
Hey All,
I'm having issues with configurating source and use the aut.assume_role.
I have the following configuration:
[sources.demo]
type = "aws_sqs"
queue_url = "queueURL"
auth.region = "us-east-1"
auth.assume_role = "arn:aws:iam::AccountID:role/RoleName"
But I receive:
vector::internal_events::aws_sqs: Failed to fetch SQS events. error=failed to construct request error_code="failed_fetching_sqs_events" .
Any one has encountered this ? The same worked with KeyID and Secret Key.
Beta Was this translation helpful? Give feedback.
All reactions