Merge pull request #2733 from hibbert/support_irsa

Enable support for EKS IRSA
This commit is contained in:
MichaelEischer
2020-07-25 12:58:43 +02:00
committed by GitHub
3 changed files with 10 additions and 4 deletions

View File

@@ -0,0 +1,6 @@
Enhancement: S3 backend: Add support for WebIdentityTokenFile
We've added support for EKS IAM roles for service accounts feature to the S3 backend.
https://github.com/restic/restic/pull/2733
https://github.com/restic/restic/issues/2703