envoyproxy / envoyproxy/gateway
Evnoy ExtAuth GRPC re-connecting
- Lenguaje dominante
- Go
- Estrellas
- 3k
- Forks
- 864
- Merge medio
- 2 d 2 h
- PR fusionados (30 d)
- 140
Descripción
*Description*:
> It seems that envoy creates new connection to ExtAuth GRPC every time it needs to be invoked, which is not ideal for latency.
*Repro steps*:
> Install Envoy and connect it to GRPC service for ExtAuth. I can't really show our ExtAuth but [this](https://github.com/salrashid123/envoy_external_authz) should be sufficient.
*Environment*:
> K8S deployment of EnvoyGateway + K8S deployment of grpc service
*Config*
```
extAuth:
failOpen: true
grpc:
backendRefs:
- group: ''
kind: Service
name: ...
port: 8080
```
*Note*
> Maybe I'm not right, but i wasn't able to find that info in docs
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Evaluación
Este issue todavía no se ha evaluado.