Amazon web services – Using AWS credentials from OIDC provider inside a Docker container
I have a GitHub workflow, in which I am running a container, and in that container a set of tests that require access to private AWS S3. Trouble is, inside the container I am getting an error about missing credentials,…