forked from restic/restic
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b2b7669
commit 5ffb536
Showing
4 changed files
with
107 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
/.idea | ||
/restic | ||
/restic.exe | ||
/.vagrant | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
Enhancement: Allow AWS Assume Role to be used for S3 backend | ||
|
||
Previously only credentials discovered via the Minio Click discovery methods | ||
would be used to authenticate. However there are many circumstances where the | ||
discovered credentials have lower permissions and need to assume a specific role. | ||
|
||
New Environment Variables: | ||
|
||
- RESTIC_AWS_ASSUME_ROLE_ARN | ||
- RESTIC_AWS_ASSUME_ROLE_SESSION_NAME | ||
- RESTIC_AWS_ASSUME_ROLE_EXTERNAL_ID | ||
- RESTIC_AWS_ASSUME_ROLE_REGION (if need to override from us-east-1) | ||
- RESTIC_AWS_ASSUME_ROLE_POLICY | ||
- RESTIC_AWS_ASSUME_ROLE_STS_ENDPOINT |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters