You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've very modified the example to use a profile from my local config:
environment:
# define the home folder; credentials will be read from $HOME/.aws
HOME: "/home"
# You can change which AWS CLI Profile is used
AWS_PROFILE: "assumed-profile"
To authenticate as assumed profile at the command line I would need to provide an MFA code. My config looks something like:
Running my docker compose file now I get the error:
Failed to create Credentials Service: AssumeRoleTokenProviderNotSetError: assume role with MFA enabled, but AssumeRoleTokenProvider session option not set.
How do i tell the local endpoint the MFA code so that it can assume the role?
The text was updated successfully, but these errors were encountered:
I've very modified the example to use a profile from my local config:
To authenticate as assumed profile at the command line I would need to provide an MFA code. My config looks something like:
Running my docker compose file now I get the error:
Failed to create Credentials Service: AssumeRoleTokenProviderNotSetError: assume role with MFA enabled, but AssumeRoleTokenProvider session option not set.
How do i tell the local endpoint the MFA code so that it can assume the role?
The text was updated successfully, but these errors were encountered: