Azure / azure-storage-fuse

A virtual file system adapter for Azure Blob storage
Other
658 stars 206 forks source link

cannot mount when using proxy with authentification #1474

Closed k4ndr3 closed 1 month ago

k4ndr3 commented 2 months ago

Which version of blobfuse was used?

Which OS distribution and version are you using?

If relevant, please share your mount command.

What was the issue encountered?

Have you found a mitigation/solution?

Please share logs if available.

proxy is set to as environment variable $https_proxy="user:password@proxy.net:port" it seems it cannot resolve the proxy with authentification, is this not possible at the moment and is there a workaround?

vibhansa-msft commented 1 month ago

We have modified the code to read details from environment variable and support no_proxy as well. Next release will have the feature.