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

Add support for AWS session token key #691

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

refucktor
Copy link

Description of the change

  • Introduced a new configuration option for AWS Credentials to use a Session Token.
  • Updated template and values to enable usage of the new key

Benefits

  • Support using temporal AWS Credentials (e.g. STS assumed role)

Possible drawbacks

  • None

Applicable issues

Additional information

  • As you might notice, the session token is only referenced within an existing secret config, the nature of such session
    tokens comes from temporal credentials, more likely secrets auto-generated from sts assume role, etc. Therefore
    it only makes sense to reference it from an "existing secret"

Checklist

- Introduced a new configuration option for S3 sessionTokenKey.
- Updated template and values to enable usage of this key

Signed-off-by: Hector Valcarcel <[email protected]>
@refucktor refucktor marked this pull request as ready for review February 6, 2025 15:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support AWS STS (AWS_SESSION_TOKEN) for S3 Object Storage
1 participant