Skip to content

Commit 04c72c3

Browse files
kahirokunncalind
authored andcommitted
Add support for AWS IRSA env variables
1 parent 74a8bec commit 04c72c3

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Changelog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
88
### Added
9+
* If you want to save mysql backup to AWS S3, `AWS_ACCESS_KEY_ID` and `AWS_SECRET_ACCESS_KEY` were the only options, but now you can use `AWS_SESSION_TOKEN` or `AWS_ROLE_ARN` and `AWS_WEB_IDENTITY_TOKEN_FILE`
910
### Changed
1011
* Update rclone to `v1.57.0`
1112
### Removed

images/mysql-operator-sidecar-5.7/rootfs/usr/local/bin/docker-entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ impersonate = ${GDRIVE_IMPERSONATOR}
1616
1717
[s3]
1818
type = s3
19-
env_auth = false
19+
env_auth = true
2020
provider = ${S3_PROVIDER:-"AWS"}
2121
access_key_id = ${AWS_ACCESS_KEY_ID}
2222
secret_access_key = ${AWS_SECRET_ACCESS_KEY:-$AWS_SECRET_KEY}

0 commit comments

Comments
 (0)