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

Connections denied by policy should be reset #102

Open
elevran opened this issue Oct 19, 2023 · 0 comments
Open

Connections denied by policy should be reset #102

elevran opened this issue Oct 19, 2023 · 0 comments

Comments

@elevran
Copy link
Collaborator

elevran commented Oct 19, 2023

Current policy denies are closed normally and may result in weird client behavior (e.g., failed TLS).
It may be better to cause reset to connection (which could end up as "connection reset by peer" type error messages) in addition to the logging in the policy engine/ClusterLink.
It may be doable by setting the SO_LINGER option to 0

Unclear if we can cause the same behavior in Envoy.

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

1 participant