Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support https for embedded-azurite so that we can connect using DefaultAzureCredential #1445

Open
swollenBrains opened this issue Aug 17, 2023 · 1 comment

Comments

@swollenBrains
Copy link

Is your feature request related to a problem? Please describe.
In most of our applications, we would like to connect to azure blob storage using DefaultAzureCredential and not using the connectionString. However, this needs the azurite container to be listening on a https endpoint with oauth enabled.

Describe the solution you'd like
There should be an option/property to enable https for embedded azurite container.

Describe alternatives you've considered
The current alternative we are having to work with is to extract the BlobServiceClient building logic out into an interface and implement it using connection String while running the tests while the source code still builds it using DefaultAzureCredential.

@ijusti
Copy link
Collaborator

ijusti commented Sep 6, 2023

Hi. Welcome to contribute

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants