dotnet / dnceng

.NET Engineering Services
MIT License
24 stars 19 forks source link

Secret manager should help identify dependent secrets when force-rotating a parent secret #2389

Closed garath closed 7 months ago

garath commented 8 months ago

Secret-manager should help identify dependent secrets when rotating parent secrets. For example, kusto-connection-string uses information from an ad-application secret. Changing the latter invalidates the former.

See also #2320, which describes an outage where we missed updating the Kusto secret after rotating a client secret.

Release Note Category

missymessa commented 7 months ago

Dupe of https://github.com/dotnet/dnceng/issues/1202