-
Notifications
You must be signed in to change notification settings - Fork 2.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
s3: support backup with session token and assume role (#15722) #16246
s3: support backup with session token and assume role (#15722) #16246
Conversation
Signed-off-by: 3pointer <[email protected]>
Signed-off-by: 3pointer <[email protected]>
Signed-off-by: 3pointer <[email protected]>
Signed-off-by: 3pointer <[email protected]>
Co-authored-by: 山岚 <[email protected]> Signed-off-by: 3pointer <[email protected]>
Signed-off-by: 3pointer <[email protected]>
[REVIEW NOTIFICATION] This pull request has not been approved. To complete the pull request process, please ask the reviewers in the list to review by filling The full list of commands accepted by this bot can be found here. Reviewer can indicate their review by submitting an approval review. |
This cherry pick PR is for a release branch and has not yet been approved by triage owners. To merge this cherry pick:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Since this is a new feature, we are not going to cherry-pick to past releases. Please upgrade TiKV to v8.0 or above to use STS. |
This is an automated cherry-pick of #15722
What is changed and how it works?
Issue Number: Close pingcap/tidb#39832
Issue Number: Close #15781
What's Changed:
session-token
from input.role-arn
andextrenal-id
and keep the same behavior with tidb side.Related changes
pingcap/docs
/pingcap/docs-cn
:Check List
Tests
session-token:
role-arn:
run backup with role-arn and external-id.
Side effects
Release note