istio-ecosystem / authservice

Move OIDC token acquisition out of your app code and into the Istio mesh
Apache License 2.0
217 stars 63 forks source link

Async external request support #35

Closed nickrmc83 closed 4 years ago

nickrmc83 commented 5 years ago

We need to improve performance for the number in-progress requests. Presently we use blocking grpc and boost network implementations that mean it is conceivable that a trivial DoS could take place and not necessarily by a malicious party.

cfryanr commented 4 years ago

Addressed by #53