Closed asafamr-mm closed 1 year ago
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
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.