keystonejs-contrib / k6-contrib

Keyston-6 contrib
MIT License
35 stars 18 forks source link

Getting a 403 when trying to view files saved to blob storage when using Azurite #34

Closed limegorilla closed 2 years ago

limegorilla commented 2 years ago

When using Azurite (with default credentials) I'm getting 403 errors when trying to view the content within Keystone, and the content is unavailable via the API

Config:

image

(these are the default, well known credentials for Azurite. The only thing I have done is create a blob storage container, keystone-uploads using Azure Storage Explorer)

Sample request output:

image

The image is in Azure Storage Explorer:

image

And I can open it, so the image isn't corrupt

limegorilla commented 2 years ago

I'm an idiot - needed to change public access for blobs:

image