Skip to content

Commit

Permalink
feat: reverse proxy gRPC service communication (#496)
Browse files Browse the repository at this point in the history
* Initial gRPC-to-proxy client

* Improve gRPC client

* Let RPC be reversed

* Use new protos; proxy communication is optional

* update proto submodule

* remove default value

* proxy grpc CA setup

* use async sleep

* implement error responses

* rename field

* fix log wording

* log task results

* update proto submodule

* bump rust version

* update dependencies

---------

Co-authored-by: Maciej Wójcik <[email protected]>
  • Loading branch information
moubctez and Maciej Wójcik authored Jan 15, 2024
1 parent 5c4af3f commit 90b1210
Show file tree
Hide file tree
Showing 17 changed files with 516 additions and 394 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ env:
jobs:
test:
runs-on: [self-hosted, Linux]
container: rust:1.74
container: rust:1.75

services:
postgres:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ env:
jobs:
rustdoc:
runs-on: [self-hosted, Linux]
container: rust:1.74
container: rust:1.75
services:
postgres:
image: postgres:15-alpine
Expand Down
Loading

0 comments on commit 90b1210

Please sign in to comment.