
The Best Go Libraries For Zero Trust (5)
Discover the best Go libraries for Zero Trust! Find the perfect tools to streamline your development and boost productivity. From OpenZiti to Spiffe-Vault, we've got you covered. Let the coding begin!
OpenZiti
A full, open source zero trust overlay network. Including numerous SDKs for numerous languages such as [golang](https://github.com/openziti/sdk-golang) allowing you to embed zero trust principles directly into your applications. The [OpenZiti Test Kitchen](https://github.com/openziti-test-kitchen) has numerous examples to draw inspiration from including a [zero trust ssh client - zssh](https://github.com/openziti-test-kitchen/zssh)
Spiffe-Vault
Utilizes Spiffe JWT authentication with Hashicorp Vault for secretless authentication
Spire
SPIRE (the SPIFFE Runtime Environment) is a toolchain of APIs for establishing trust between software systems across a wide variety of hosting platforms
Cosign
Container Signing, Verification and Storage in an OCI registry
in-toto
Go implementation of the in-toto (provides a framework to protect the integrity of the software supply chain) python reference implementation