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

feat(awsconfig): support AWS_SESSION_TOKEN #388

Merged
merged 1 commit into from
Sep 19, 2023

Conversation

asafamr-mm
Copy link
Contributor

This PR adds support for the AWS_SESSION_TOKEN parameter used in short-lived session authentication in AWS.
Its usage is explained here in detail:
https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_temp_use-resources.html

In my case, we use AWS SSO that creates temporary sessions with AWS_SESSION_TOKEN.
In order to run the s3 docker compose example as my user I must send this token along with the regular AWS key and id.

Copy link
Owner

@cshum cshum left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@cshum cshum merged commit 544fdb5 into cshum:master Sep 19, 2023
3 checks passed
@cshum
Copy link
Owner

cshum commented Sep 19, 2023

Changes available at the master branch Docker build:
https://github.com/cshum/imagor/pkgs/container/imagor/129361933?tag=master

You may pull the image via

ghcr.io/cshum/imagor@sha256:a435c728ab38e06b08ac593a047e577b7598b9e9dbbe4afe6ba02619104722c6

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.

2 participants