Locally running Prowler app on docker compose unable to locate credentials #8039
Replies: 2 comments 9 replies
-
Hi @derkmingfong, thanks for reaching out! To help you effectively, I first need to understand exactly what you're trying to achieve. Are you attempting to add a new AWS provider using an IAM Role? If so, are you explicitly setting the AWS access and secret keys, or relying on the SDK to use default credentials? If you're relying on the SDK defaults, you'll need to ensure that the
This allows the worker containers to access the AWS credentials from your local environment. Let me know a bit more about your setup so I can guide you further! Thanks for using Prowler 🚀 |
Beta Was this translation helpful? Give feedback.
-
@DMF194 tagging to self for reference |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Issue with using both IAM Role and using credentials
I tried running the following commands
curl -LO https://raw.githubusercontent.com/prowler-cloud/prowler/refs/heads/master/docker-compose.yml
curl -LO https://raw.githubusercontent.com/prowler-cloud/prowler/refs/heads/master/.env
docker compose up -d
Signed up at http://localhost:3000/
I have set up my CloudFormation stack based on the instructions from https://docs.prowler.com/projects/prowler-open-source/en/latest/tutorials/prowler-app/
But still the error persists.
Any advice is appreciated
Beta Was this translation helpful? Give feedback.
All reactions