AWS IAM Credentials override Credentials Defined in YAML File #2036
achref-riahi
started this conversation in
General
Replies: 1 comment 2 replies
-
Hey @achref-riahi 👋 If you're using SQS plugin in the AWS env, you don't need to specify key,secret,region and endpoint. You may safely omit the whole section. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I have RR running in a pods running in AWS, i defined my config like this
If i use this creds to get the queue using aws cli, it works
aws sqs get-queue-attributes --queue-url ...
But RR show 400 Http error as error
I assume RR is trying to detect automaticly the aws creds from running env ? If yes how to solve this ?
Beta Was this translation helpful? Give feedback.
All reactions