Like Prometheus, but for logs.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
loki/vendor/github.com/google/s2a-go
renovate[bot] d43b2de1b4
fix(deps): update module github.com/fsouza/fake-gcs-server to v1.47.7 (#13935)
1 year ago
..
fallback Bump golang.org/x/oauth2 from 0.7.0 to 0.10.0 (#9903) 3 years ago
internal fix(deps): update module github.com/fsouza/fake-gcs-server to v1.47.7 (#13935) 1 year ago
retry chore(deps): Update Prometheus in Loki and Promtail (#12245) 2 years ago
stream Bump golang.org/x/oauth2 from 0.7.0 to 0.10.0 (#9903) 3 years ago
testdata chore(deps): Update Prometheus in Loki and Promtail (#12245) 2 years ago
.gitignore Bump golang.org/x/oauth2 from 0.7.0 to 0.10.0 (#9903) 3 years ago
CODE_OF_CONDUCT.md Bump golang.org/x/oauth2 from 0.7.0 to 0.10.0 (#9903) 3 years ago
CONTRIBUTING.md Bump golang.org/x/oauth2 from 0.7.0 to 0.10.0 (#9903) 3 years ago
LICENSE.md Bump golang.org/x/oauth2 from 0.7.0 to 0.10.0 (#9903) 3 years ago
README.md chore(deps): Update Prometheus in Loki and Promtail (#12245) 2 years ago
s2a.go fix(deps): update module github.com/fsouza/fake-gcs-server to v1.47.7 (#13935) 1 year ago
s2a_options.go fix(deps): update module github.com/fsouza/fake-gcs-server to v1.47.7 (#13935) 1 year ago
s2a_utils.go Bump golang.org/x/oauth2 from 0.7.0 to 0.10.0 (#9903) 3 years ago

README.md

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.