Skip to content
New issue

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

Evnoy ExtAuth GRPC re-connecting #5014

Open
zilinjak opened this issue Jan 6, 2025 · 0 comments
Open

Evnoy ExtAuth GRPC re-connecting #5014

zilinjak opened this issue Jan 6, 2025 · 0 comments
Labels

Comments

@zilinjak
Copy link

zilinjak commented Jan 6, 2025

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

@zilinjak zilinjak added the triage label Jan 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant