fix: images not loading due to signature mismatch#758
fix: images not loading due to signature mismatch#758NuclearRedeye wants to merge 1 commit intomasterfrom
Conversation
|
Progress... I'm now getting a 404 response to the image request. I looked in the output from I tried a fresh clone of the repository and checked out I noticed this in the logs: But then later I saw this, so I'm guessing this was just the "waiting for everything to boot" part: Let me know if there are any other logs that might be helpful. |
|
Thanks for the feedback @NateWr, I think you're now hitting the issue that if the containers aren't destroyed between runs the images stop working (which I also get locally!). You can if you like confirm that by using |
|
Oddly, I'm now back to the It looks like the application is attaching AWS credentials to the And if I remove the query params and resend the request, it returns a Any idea what would be adding those query params? |
|
@NateWr I've not looked at it in any detail, but my hunch is that this is where those credentials are added to the request. |
See here, we are configuring the values to
keyandsecretbut when using localstack they should both betest. This updates the config to set them to the desired values.