Authorization per gRPC method

Is it possible to configure authorization per-gRPC method?

I’m guessing I need a context with access to the header to get the creds, access to the gRPC method, and be able to modify the route to allow/disallow access.

Hi @jwulf,

Applying plugins per-gRPC method is possible. However, we currently only support logging and observability plugins. That said, we do have plans to extend that list with authentication/authorization plugins. Thanks for the question; we will post an update as soon as that happens!