-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Migrate ReverseTunnel Resource APIs from HTTP to gRPC (#46761)
* Start hacking on migrating reversetunnel * Migrate ReverseTunnel HTTP API to gRPC * Wire Cache into Presence GRPC service * Add TestPresenceService_ListReverseTunnels * Add UpsertReverseTunnelV2 store method which returns upserted resource * Make API client return reversetunnel on upsert * Add TestListReverseTunnels * Add TestDeleteReverseTunnel * Add TestUpsertReverseTunnel * Missing err check * Remove presenceService from gRPCServer struct * Add deprecations on GetReverseTunnels
- Loading branch information
1 parent
8986887
commit 8a85342
Showing
28 changed files
with
1,425 additions
and
232 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
120 changes: 120 additions & 0 deletions
120
api/gen/proto/go/teleport/presence/v1/service_grpc.pb.go
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.