Closed ronenh closed 2 months ago
Changes Missing Coverage | Covered Lines | Changed/Added Lines | % | ||
---|---|---|---|---|---|
pkg/cli/cc/health.go | 0 | 9 | 0.0% | ||
<!-- | Total: | 0 | 9 | 0.0% | --> |
Totals | |
---|---|
Change from base Build 10698244008: | 0.2% |
Covered Lines: | 1313 |
Relevant Lines: | 4633 |
It was failing to connect due to an SSL issue but was using deprecated grpc calls and the
google.golang.org/grpc/credentials/insecure
package which I don't think we use anywhere else.This PR uses go-aserto to establish the connection to the health service.