Announce: asset transparency and tl to improve download security

Downloading essential tools, like kubectl[1][2][3][4], often starts and ends with curl. This works almost everywhere but it can open users up to potential vulnerabilities if a storage bucket or GitHub account is compromised. Although some of our projects publish signing keys or digests, the user experience for finding key material and digests isn’t standardized.

We have built new tools to improve the user experience and security: an Asset Transparency service and command line tool[5]. Here is an example of how to use it to get kubectl and helm:

tl get https://storage.googleapis.com/kubernetes-release/release/v1.19.0/bin/linux/amd64/kubectl

tl cat https://raw.githubusercontent.com/helm/helm/v3.3.0/scripts/get-helm-3 | bash

The system associates https URLs to an expected content digest. And it is backed by a cryptographic data structure called a transparency log which protects users from the service giving different answers to different users or rewinding the log.

Asset Transparency is in Beta and we would love to see it used by the Kubernetes community. If you are interested in learning more about GitHub release integration, integrating into update systems, and other topics checkout the Asset Transparency website[6].

We look forward to your feedback.

Thank You,

Brandon

[1] Install and Set Up kubectl | Kubernetes

[2] https://helm.sh/docs/intro/install/#from-script

[3] https://skaffold.dev/docs/install/

[4] https://kubernetes-sigs.github.io/kustomize/installation/binaries/

[5] https://github.com/transparencylog/tl#installation

[6] https://www.transparencylog.com/