Replies: 1 comment 4 replies
-
@charalamm I'm not 💯 sure to fully understand so I'll make some guesses you're saying that when you use If ☝️ is true then you have multiple choice:
|
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Problem description
I have an azure blob storage account with the COG files and an eoapi raster runtime deployment. When anonymous read access is allowed on the blobs then everything works fine but when there is a requirement for credentials then the API returns 500.
To make the raster eoAPI work with the private blob storage I added the
AZURE_STORAGE_CONNECTION_STRING
environment variable but doesn't seem to solve the problem. At the same time I tried the following snippet on "production" and rasterio works with that environment variable.Environment Information
The raster runtime is deployed using the raster-uvicorn docker image as an azure container app.
The rasterio version in the container is 1.3.8
Beta Was this translation helpful? Give feedback.
All reactions