You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Services previously deployed with v1 of Marain.Tenancy may end up with tenants whose storage configuration relies on reading from a key vault without specifying the identity with which to connect to Key Vault. The correct behaviour in this case is to use the managed service identity.
The Corvus.Storage code correctly attempts that, but it relies on the host process having supplied an implementation of IServiceIdentityAzureTokenCredentialSource via DI. Marain.Tenancy currently fails to do this, leading to crashes.
The text was updated successfully, but these errors were encountered:
Services previously deployed with v1 of
Marain.Tenancy
may end up with tenants whose storage configuration relies on reading from a key vault without specifying the identity with which to connect to Key Vault. The correct behaviour in this case is to use the managed service identity.The
Corvus.Storage
code correctly attempts that, but it relies on the host process having supplied an implementation ofIServiceIdentityAzureTokenCredentialSource
via DI.Marain.Tenancy
currently fails to do this, leading to crashes.The text was updated successfully, but these errors were encountered: