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
docker-compose up
Starting aws-sts-proxy_web_1 ... done
Attaching to aws-sts-proxy_web_1
web_1 | Must export EKS_ASSUME_ROLE
web_1 | Must export EXTERNAL_ID
aws-sts-proxy_web_1 exited with code 1
No idea why it fails.
I did set these vars in my ubuntu env:
docker-compose up
WARNING: The EKS_ASSUME_ROLE variable is not set. Defaulting to a blank string.
WARNING: The EXTERNAL_ID variable is not set. Defaulting to a blank string.
Recreating aws-sts-proxy_web_1 ... done
Attaching to aws-sts-proxy_web_1
web_1 | Must export EKS_ASSUME_ROLE
web_1 | Must export EXTERNAL_ID
aws-sts-proxy_web_1 exited with code 1
export EKS_ASSUME_ROLE=foo
export EXTERNAL_ID=foo
docker-compose up
Recreating aws-sts-proxy_web_1 ... done
Attaching to aws-sts-proxy_web_1
web_1 | 2020/02/21 15:37:57 listening on http://0.0.0.0:8080/
Hello, I made it so far :
No idea why it fails.
I did set these vars in my ubuntu env:
Do you know the reason?
The text was updated successfully, but these errors were encountered: