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

Anti-Virus scanning of payload #33469

Closed
arminabf opened this issue Apr 11, 2024 · 3 comments
Closed

Anti-Virus scanning of payload #33469

arminabf opened this issue Apr 11, 2024 · 3 comments
Labels
area/http_filter enhancement Feature requests. Not bugs or questions. stale stalebot believes this issue/PR has not been touched recently

Comments

@arminabf
Copy link
Contributor

arminabf commented Apr 11, 2024

Anti-Virus scanning of request payload

Description:

For requests to be scanned, an outcall to an external serivce should be made and payload to be transfered to the specific endpoint. The data communication between Envoy and external service is either based on ICAP (as generic interface) or based on gRPC (similar to ext_proc).

On virus detection, envoy aborts the request with configurable status code (403, 500) and freely choosable response message (e.g. HTML or JSON document).

@arminabf arminabf added enhancement Feature requests. Not bugs or questions. triage Issue requires triage labels Apr 11, 2024
@RyanTheOptimist RyanTheOptimist added area/http_filter and removed triage Issue requires triage labels Apr 11, 2024
@RyanTheOptimist
Copy link
Contributor

You could certainly implement a filter to do this. If you'd like to contribute it to Envoy you can find more information about how to contribute here:

https://github.com/envoyproxy/envoy/blob/main/CONTRIBUTING.md

Copy link

This issue has been automatically marked as stale because it has not had activity in the last 30 days. It will be closed in the next 7 days unless it is tagged "help wanted" or "no stalebot" or other activity occurs. Thank you for your contributions.

@github-actions github-actions bot added the stale stalebot believes this issue/PR has not been touched recently label May 11, 2024
Copy link

This issue has been automatically closed because it has not had activity in the last 37 days. If this issue is still valid, please ping a maintainer and ask them to label it as "help wanted" or "no stalebot". Thank you for your contributions.

@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale May 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/http_filter enhancement Feature requests. Not bugs or questions. stale stalebot believes this issue/PR has not been touched recently
Projects
None yet
Development

No branches or pull requests

2 participants