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

docs: ipsec: document native-routing + Egress proxy case #31478

Merged
merged 1 commit into from
Mar 26, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 4 additions & 0 deletions Documentation/security/network/encryption-ipsec.rst
Original file line number Diff line number Diff line change
Expand Up @@ -306,6 +306,10 @@ To disable the encryption, regenerate the YAML with the option
Limitations
===========

* For clusters running in native routing mode, IPsec encryption is not applied to
connections which are selected by an L7 Egress Network Policy or a DNS Policy.
For more information see `GHSA-j89h-qrvr-xc36
<https://github.com/cilium/cilium/security/advisories/GHSA-j89h-qrvr-xc36>`__.
* Transparent encryption is not currently supported when chaining Cilium on
top of other CNI plugins. For more information, see :gh-issue:`15596`.
* :ref:`HostPolicies` are not currently supported with IPsec encryption.
Expand Down