This message was deleted.
# ask-questions
w
This message was deleted.
f
Are you using MFA for your AWS account by any chance?
t
IMHO not for AWS itself. We have company-wide SSO login to AWS account, but that should not influence these credentials - other services/tools (like boto or awscli) have no problem using the AWS credentials directly.
Is there a way how to provide also session token? Maybe that would help
f
There is not right now. If you are self hosting, you might be able to set the environment variable for session token.
t
I’ve set the environment variables for AWS credentials in the compose file but connection still fails. I’ve even mapped
~/.aws/credentials
file as volume to the container, no difference.
152 Views