aserto-dev / topaz

Cloud-native authorization for modern applications and APIs
https://www.topaz.sh
Apache License 2.0
1.12k stars 26 forks source link

Fix SearviceHealthStatus #449

Closed ronenh closed 2 months ago

ronenh commented 2 months ago

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.

coveralls commented 2 months ago

Pull Request Test Coverage Report for Build 10720901674

Details


Changes Missing Coverage Covered Lines Changed/Added Lines %
pkg/cli/cc/health.go 0 9 0.0%
<!-- Total: 0 9 0.0% -->
Totals Coverage Status
Change from base Build 10698244008: 0.2%
Covered Lines: 1313
Relevant Lines: 4633

💛 - Coveralls