Skip to content

Commit

Permalink
Enable grpc for connecting to Kopia API Server (#1382)
Browse files Browse the repository at this point in the history
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
  • Loading branch information
ankitjain235 and mergify[bot] committed Apr 19, 2022
1 parent a129f22 commit 6bbc65f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pkg/kopia/connect.go
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,6 @@ 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 6bbc65f

Please sign in to comment.