Altinn / altinn-studio-docs

Documentation for Altinn 3
https://docs.altinn.studio
Apache License 2.0
9 stars 41 forks source link

Update Azure Key Vault config provider code to use newer packages #1687

Closed martinothamar closed 2 months ago

martinothamar commented 2 months ago

A user on Slack noted that the documentation makes use of a deprecated package for hooking up Azure KV as a configuration provider. We can't cleanup package dependencies right now (see https://github.com/Altinn/app-lib-dotnet/issues/647), but we can update the documentation so that users start using the new SDKs from Azure/MS. I avoided the KeyVaultSettings as it comes from a transitive depedency.

An alternative would be to enable the Azure KV configuration provider from Altinn.App.Api instead (ConfigureAppWebHost)

martinothamar commented 2 months ago

An alternative would be to enable the Azure KV configuration provider from Altinn.App.Api

We discussed this - future solution is likely to decouple completely from Azure SDKs like this, and rather use k8s features to provide secret storage/configuration features on the platform level (could be Azure KeyVault secret store CSI plugin for example)