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

MSI auth support for NuGetGallery #10059

Merged
merged 8 commits into from
Jul 10, 2024
Merged

MSI auth support for NuGetGallery #10059

merged 8 commits into from
Jul 10, 2024

Conversation

agr
Copy link
Contributor

@agr agr commented Jul 9, 2024

Progress on https://github.com/NuGet/Engineering/issues/5335.

Added configuration options for authenticating with MSI for Gallery. Using storage account keys or SAS tokens for authentication still works.
Debug builds when AzureStorageUseMsi == true use DefaultAzureCredential instead to support local debugging.
Removed the reference to WindowsAzure.Storage package. Cleaned up tests.
Added blob properties extraction from BlobDownloadDetails, so calling OpenReadAsync would have blob properties prepared for consumption.

agr added 4 commits July 5, 2024 15:13
DefaultAzureCredential support for debug builds for local debugging.
@agr agr requested a review from a team as a code owner July 9, 2024 21:02
@lyndaidaii
Copy link
Contributor

Looks like some conflicts, otherwise looks good to me.

@agr
Copy link
Contributor Author

agr commented Jul 9, 2024

@lyndaidaii resolved conflicts.

@drewgillies
Copy link
Contributor

Discussed offline.

@agr agr merged commit 5033758 into dev Jul 10, 2024
2 checks passed
@agr agr deleted the agr-msi branch July 10, 2024 19:24
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.

4 participants