2
2
mirror of https://github.com/octoleo/restic.git synced 2024-06-19 17:22:22 +00:00
restic/changelog/0.16.0_2023-07-31/issue-3698

9 lines
375 B
Plaintext
Raw Normal View History

2023-07-29 00:30:40 +00:00
Enhancement: Add support for Managed / Workload Identity to `azure` backend
Restic now additionally supports authenticating to Azure using Workload
2023-07-27 19:52:04 +00:00
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