Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Check the sha256 of the binary download #31

Open
arthurzenika opened this issue Aug 25, 2022 · 0 comments
Open

Check the sha256 of the binary download #31

arthurzenika opened this issue Aug 25, 2022 · 0 comments

Comments

@arthurzenika
Copy link

In the kubectl install guide https://kubernetes.io/docs/tasks/tools/install-kubectl-linux/ there is a recommended step of "Validate the binary"

curl -LO "https://dl.k8s.io/$(curl -L -s https://dl.k8s.io/release/stable.txt)/bin/linux/amd64/kubectl.sha256"
echo "$(cat kubectl.sha256)  kubectl" | sha256sum --check

It would be nice to have such a security feature when installing kubectl with asdf, could this be done in the plugin ?

Not sure if this should be done in asdf or in the plugin, so I filed a issue also on asdf : asdf-vm/asdf#1320

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant