Permalink
Please sign in to comment.
Browse files
Fix CI (#1164)
* remove dead code * Update kubernetes binary paths * Slightly faster grpc matcher * DialContext * serveHTTPMetric in separate function * Remove TLS config from grpc server We are serving TLS through the http server and forwarding grpc connections to the grpc server. * Move runSequencer to its own function * serveHTTPGateway with listener and dopts Rather than opening a socket inside of serveHTTP, reuse a passed in listener. This allows the server to listen on a predetermined socket. * Set transport creds on grpc client * Fixup mains * nits
- Loading branch information...
Showing
with
75 additions
and 82 deletions.
- +2 −1 cmd/keytransparency-monitor/main.go
- +22 −23 cmd/keytransparency-sequencer/main.go
- +19 −29 cmd/keytransparency-sequencer/server.go
- +4 −1 cmd/keytransparency-server/main.go
- +3 −6 cmd/serverutil/serverutil.go
- +7 −6 deploy/kubernetes/log-server-deployment.yaml
- +11 −10 deploy/kubernetes/log-signer-deployment.yaml
- +7 −6 deploy/kubernetes/map-server-deployment.yaml
0 comments on commit
d068f14