distribution/vendor/github.com/google/s2a-go
Milos Gajdos 3996413f46
Bump google storage module
Also bump the golangci version

Signed-off-by: Milos Gajdos <milosthegajdos@gmail.com>
2024-10-26 18:19:46 +01:00
..
fallback Otel tracing MVP: vendor changes 2023-12-11 21:18:42 +01:00
internal Bump google storage module 2024-10-26 18:19:46 +01:00
retry Bump google storage module 2024-10-26 18:19:46 +01:00
stream Otel tracing MVP: vendor changes 2023-12-11 21:18:42 +01:00
.gitignore Otel tracing MVP: vendor changes 2023-12-11 21:18:42 +01:00
CODE_OF_CONDUCT.md Otel tracing MVP: vendor changes 2023-12-11 21:18:42 +01:00
CONTRIBUTING.md Otel tracing MVP: vendor changes 2023-12-11 21:18:42 +01:00
LICENSE.md Otel tracing MVP: vendor changes 2023-12-11 21:18:42 +01:00
README.md Bump google storage module 2024-10-26 18:19:46 +01:00
s2a_options.go Bump google storage module 2024-10-26 18:19:46 +01:00
s2a_utils.go Otel tracing MVP: vendor changes 2023-12-11 21:18:42 +01:00
s2a.go Bump google storage module 2024-10-26 18:19:46 +01:00

Secure Session Agent Client Libraries

The Secure Session Agent is a service that enables a workload to offload select operations from the mTLS handshake and protects a workload's private key material from exfiltration. Specifically, the workload asks the Secure Session Agent for the TLS configuration to use during the handshake, to perform private key operations, and to validate the peer certificate chain. The Secure Session Agent's client libraries enable applications to communicate with the Secure Session Agent during the TLS handshake, and to encrypt traffic to the peer after the TLS handshake is complete.

This repository contains the source code for the Secure Session Agent's Go client libraries, which allow gRPC and HTTP Go applications to use the Secure Session Agent.