-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Add option to use DefaultAzureCredential for Azure BlobFileStore #15663
Labels
Comments
Is this something you'd venture into contributing if I help with pointers? |
Yes I'd be happy to |
Great! Some suggestions:
|
Maybe related? #12874 |
yep it is |
Indeed, this is a duplicate of #12639. |
This was referenced May 1, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is your feature request related to a problem? Please describe.
Using a Managed Identity (DefaultAzureCredential) is safer than using connection strings. Also allows to use RBAC to control access.
Describe the solution you'd like
A simple solution would be to add a boolean flag UseDefaultAzureCredential to BlobStorageOptions and instantiate the BlobFileStore according to it.
Or could have a more flexible solution similar to Azure KeyVault
.AddOrchardCoreAzureKeyVault(new DefaultAzureCredential())
The text was updated successfully, but these errors were encountered: