-
In https://github.com/lyft/envoy/pull/1079 @lizan has implemented transcoding that requires the proto definitions to be available to envoy and up to date. This is a great start, but as discussed, the …
-
Firstly kudos for Karate library to develop a fantastic Over the wire test double mocking which is unparalleled in terms of capabilities. Its simple and straightforward and I was able to mock the http…
-
### Description
Hi,
Im trying to use the plugin authz-keycloak to authenticate my APIs, however, I keep getting a 401 with:
```
{
"error": "invalid_grant",
"error_description": "Invalid be…
-
### What happened?
Was investigating #22115 and find this interesting observation
pytest results with time consuming info:
```
----------------------------------
Original:
==================…
Abacn updated
2 years ago
-
Before making a release, the release process should run an integration test of the example-python repository against one or more of three major REAPI implementations: [Buildbarn](https://github.com/bu…
tdyas updated
3 years ago
-
### What's needed?
We need to be able to test examples in the `examples` directory as part of the CI so we don't break them accidentally (or forget to update them when there are API changes), and a…
-
### What version of gRPC are you using?
protobuf 28.0
[protoc-gen-go-grpc v1.5.1](https://github.com/grpc/grpc-go/releases/tag/cmd%2Fprotoc-gen-go-grpc%2Fv1.5.1)
### What version of Go are you …
-
I have 2 Firebase projects: one production and the other for development. I use the development one for my unit tests, which has been working perfectly until recently. However now I'm facing issues at…
amks1 updated
3 weeks ago
-
**Is your feature request related to a problem? Please describe.**
As a developer, I want the project to be fast and reliable. Currently, cloning and building the project without providing cloud pr…
-
# The problem
Currently, the execution path in tsh deamon looks like this, from the outermost layer:
gRPC handler → `daemon.Service` → `clusters.Storage` → `clusters.Cluster` → `TeleportClient`
…