dotnet / docker-tools

This is a repo to house some common tools for our various docker repos.
MIT License
122 stars 46 forks source link

Use MSI for Kusto authentication #1277

Closed mthalman closed 4 months ago

mthalman commented 4 months ago

Removes the use of service principal configuration for authentication to the Kusto cluster and replaces it with DefaultAzureCredential which will enable the use of a Managed Identity in the pipeline.

Contributes to https://github.com/dotnet/docker-tools/issues/1264

dotnet-issue-labeler[bot] commented 4 months ago

I couldn't figure out the best area label to add to this PR. If you have write-permissions please help me learn by adding exactly one area label.

lbussell commented 4 months ago

Please hold off on merging this and https://github.com/dotnet/docker-tools/pull/1276. I would like to merge these strategically in order to test fixes for https://github.com/dotnet/docker-tools/issues/1278.

lbussell commented 4 months ago

https://github.com/dotnet/docker-tools/issues/1278 and https://github.com/dotnet/docker-tools/issues/1286 are fixed so this can be merged whenever.