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

Intercept only a specific rpc method #193

Open
parveensaini opened this issue Feb 12, 2024 · 1 comment
Open

Intercept only a specific rpc method #193

parveensaini opened this issue Feb 12, 2024 · 1 comment

Comments

@parveensaini
Copy link

Does current implementation allow intercepting only a specific rpc method? If not, can this filtering be added to interceptor?

@fedorka
Copy link
Contributor

fedorka commented Feb 12, 2024

Internally, we've extended the ServletFilter with filtering support so we can allow-list certain endpoints to completely bypass the filter. We're planning to upstream those changes soon.

We don't currently have/need that capability on the gRPC interceptors. However, I think we could consider adding the same when we make the ServletFilter enhancements.

@umairk79, what do you think?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants