Skip to content

Commit

Permalink
fix: disable TLS for grpc service temporary
Browse files Browse the repository at this point in the history
  • Loading branch information
shipperizer committed Nov 2, 2021
1 parent 3d4aed4 commit 1b65eb9
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions cmd/grpc/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,12 @@ func main() {
}

api := auth.NewGRPC(
&auth.TLS{
CAPath: specs.CAPath,
CertPath: specs.CertPath,
KeyPath: specs.KeyPath,
},
// &auth.TLS{
// CAPath: specs.CAPath,
// CertPath: specs.CertPath,
// KeyPath: specs.KeyPath,
// },
nil
)

go func() {
Expand Down

0 comments on commit 1b65eb9

Please sign in to comment.