dotnet / aspire

Tools, templates, and packages to accelerate building observable, production-ready apps
https://learn.microsoft.com/dotnet/aspire
MIT License
3.91k stars 475 forks source link

Refactor Entra and Key/Password Auth in Redis and Postgres #6677

Closed eerhardt closed 3 days ago

eerhardt commented 1 week ago

Description

Refactor Azure Redis and PostgreSQL to only have a single ConfigureInfrastructure. Instead of removing resources that were added by the Entra ID code, switch based on whether access key / password auth was enabled or not in one spot.

Checklist