Skip to content

Instantly share code, notes, and snippets.

@mrampton
Last active August 31, 2018 22:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mrampton/e40bf76d2d13ade0dd6b97b279b5319b to your computer and use it in GitHub Desktop.
Save mrampton/e40bf76d2d13ade0dd6b97b279b5319b to your computer and use it in GitHub Desktop.
download aws-iam-authenticator and symlink as heptio-authenticator-aws
curl -o aws-iam-authenticator https://amazon-eks.s3-us-west-2.amazonaws.com/1.10.3/2018-07-26/bin/darwin/amd64/aws-iam-authenticator
curl -o aws-iam-authenticator.sha256 https://amazon-eks.s3-us-west-2.amazonaws.com/1.10.3/2018-07-26/bin/darwin/amd64/aws-iam-authenticator.sha256
openssl sha -sha256 aws-iam-authenticator
cat aws-iam-authenticator.sha256
chmod +x ./aws-iam-authenticator
cp ./aws-iam-authenticator $HOME/bin/aws-iam-authenticator && export PATH=$HOME/bin:$PATH
ln -s $HOME/bin/aws-iam-authenticator $HOME/bin/heptio-authenticator-aws
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment