Skip to content
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

fix: load AWS config and assume role #6598

Merged
merged 1 commit into from
Aug 10, 2023

Conversation

luisdavim
Copy link
Contributor

@luisdavim luisdavim commented Aug 3, 2023

Thank you for contributing to Velero!

Please add a summary of your change

Currently GetS3Credentials is just getting the credentials from the config file directly but if we let the AWS SDK do it it will support things like assuming roles and source profiles.

Does your change fix a particular issue?

Fixes #3142 for volumes where the fix for resource backups is in vmware-tanzu/velero-plugin-for-aws#168

Please indicate you've done the following:

  • Accepted the DCO. Commits without the DCO will delay acceptance.
  • Created a changelog file or added /kind changelog-not-required as a comment on this pull request.
  • Updated the corresponding documentation in site/content/docs/main.

@reasonerjt reasonerjt added this to the v1.12 milestone Aug 9, 2023
Signed-off-by: Luis Davim <dluis@vmware.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

AWS Role to be assumed not being read from configuration file.
3 participants