We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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 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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description:
Repro steps:
Environment:
Config
Note
The text was updated successfully, but these errors were encountered: