roribio / alpine-sqs

Dockerized ElasticMQ server + web UI over Alpine Linux for local development
GNU Affero General Public License v3.0
262 stars 54 forks source link

Unable to locate credentials. You can configure credentials by running "aws configure" #48

Open bzbislawski opened 3 years ago

bzbislawski commented 3 years ago

Need to set all values as empty string and it is possible to send messages with aws cli command.

Perhaps this needs adding to readme if we claim thorough docs 😉?

kecci commented 8 months ago

Need to set all values as empty string and it is possible to send messages with aws cli command.

Perhaps this needs adding to readme if we claim thorough docs 😉?

I got the error as well, I solved by adding option --no-sign-request and --region eu-central-1 on the aws command.

It would be nice to have this notes on readme, cc @roribio

schererninja commented 6 months ago

@kecci How can I use the parameter '--no-sign-request' in the configuration files 'elasticmq.conf' and 'sqs-insight.conf'?