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

Add aad auth option when using azure storage account #1973

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

SilverdewBaker
Copy link

@SilverdewBaker SilverdewBaker commented Jul 4, 2024

What is the problem I am trying to address?

Azure blob can only be authenticated with storage account key now, this is not complaint in Microsoft, so this PR is adding a managed identity authentication option.

How is the fix applied?

Get the managed identity resource id and azure storage resource to get authentication from managed identity.
Here is the official document about managed identity usage in azure storage:

What GitHub issue(s) does this PR fix or close?

Fixes #

@SilverdewBaker SilverdewBaker requested a review from a team as a code owner July 4, 2024 08:59
@SilverdewBaker SilverdewBaker changed the title Add aad auth option when using storage account Add aad auth option when using azure storage account Jul 5, 2024
@SilverdewBaker
Copy link
Author

Hi @matt0x6F, @nrwiersma could you please review this pr?

@matt0x6F
Copy link
Contributor

matt0x6F commented Jul 5, 2024

@SilverdewBaker absolutely! Can you fill out the "how you fixed it summary? I'll start taking a look at the code but I don't have a lot of context on Azure.

@matt0x6F
Copy link
Contributor

matt0x6F commented Jul 8, 2024

Taking a look at this this week; I was on vacation last week so apologies for the delayed response

@SilverdewBaker
Copy link
Author

SilverdewBaker commented Jul 9, 2024 via email

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

Successfully merging this pull request may close these issues.

None yet

2 participants