You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@davem-git Currently the SecurityPolicy only applies to HTTPRoute/GRPCRoute as all the other Security features except client IP based authz make no sense to TCPRoute.
As a workaround, you should be able to add a RBAC filter to the filter chain through EnvoyPatchPolicy.
Do we want to extend the SecurityPolicy to TCPRoute? @envoyproxy/gateway-maintainers ?
Description:
Security Policies can be applied on gateways, but they don't work on gateways with TCP listeners
[optional Relevant Links:]
gh discussion on it from this discussion
example log from from TCP gateway, you can see the source IP listed as
downstream_remote_address":"<redacted_public_address:51822"
example of the security policy
The text was updated successfully, but these errors were encountered: