Azure_blob file retrieval doesn't work for non-public access storage #8451
Unanswered
ion-elgreco
asked this question in
Troubleshooting
Replies: 2 comments 2 replies
-
Looking at the integration, it doesn't use pre-signed urls or SaS url's at all regardless of setting |
Beta Was this translation helpful? Give feedback.
0 replies
-
For "non-public access" was how it was implemented. Further work on this is not planned but maybe @rubentalstra can look into it as he implemented this in the first place |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
What happened?
I've configure my librechat with an aks managed identity, this works fine. You can also see:
It also correctly uploads them to the blob storage.
The problem is the fetching and showing it in the UI. I've set: AZURE_STORAGE_PUBLIC_ACCESS: "False", but it doesn't use pre-signed urls, it's using direct blob urls which is not correct, which aren't accessible since it's a non-public storage account.
See below:
Version Information
version: 0.7.9-rc1
Steps to Reproduce
What browsers are you seeing the problem on?
No response
Relevant log output
Screenshots
No response
Code of Conduct
Beta Was this translation helpful? Give feedback.
All reactions