Skip to content

Commit

Permalink
Revert "Enable grpc for connecting to Kopia API Server (#1382)" (#1400)
Browse files Browse the repository at this point in the history
This reverts commit 6bbc65f.
  • Loading branch information
ankitjain235 committed Apr 22, 2022
1 parent fc0978f commit f4b293b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/kopia/connect.go
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ func ConnectToAPIServer(
serverInfo := &repo.APIServerInfo{
BaseURL: serverAddress,
TrustedServerCertificateFingerprint: fingerprint,
// TODO(@pavan): Remove once GRPC support is added (kopia 0.8 release)
DisableGRPC: true,
}

opts := &repo.ConnectOptions{
Expand Down

0 comments on commit f4b293b

Please sign in to comment.