azure: Support authentication using managed / workload identity

See https://github.com/Azure/azure-sdk-for-go/tree/sdk/azidentity/v1.3.0/sdk/azidentity
This commit is contained in:
Michael Eischer
2023-06-08 21:54:49 +02:00
parent 7042190807
commit e990d3d483
4 changed files with 34 additions and 9 deletions

View File

@@ -0,0 +1,8 @@
Enhancement: Add support for Managed / Worload Identity to azure backend
Restic now additionally supports authenticating to Azure using Workload
Identity or Managed Identity credentials which are automatically injected in
several environments such as a managed Kubernetes cluster.
https://github.com/restic/restic/issues/3698
https://github.com/restic/restic/pull/4029