Skip to content

Commit

Permalink
docs: Reword sentence on WireGuard limitation
Browse files Browse the repository at this point in the history
Two users of Cilium reported being confused by this sentence. Reword it
a bit in an attempt to clarify by using the term 'node' instead of 'host'
and turning the sentence around.

Signed-off-by: Paul Chaignon <paul@cilium.io>
  • Loading branch information
pchaigno committed Nov 8, 2021
1 parent b90000d commit b5e8f3b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Documentation/gettingstarted/encryption-wireguard.rst
Expand Up @@ -217,9 +217,9 @@ WireGuard support in Cilium currently lacks the following features,
which may be resolved in upcoming Cilium releases:

- Host-level encryption. Only traffic between two Cilium-managed endpoints
(i.e. pod to pod traffic) is encrypted. Traffic between a Cilium-managed
pod and a remote host, or traffic between two hosts running the Cilium
agent will currently not be encrypted.
(i.e. pod-to-pod traffic) is encrypted. Traffic between two nodes and
traffic between a Cilium-managed pod and a remote node currently won't be
encrypted.
- L7 policy enforcement and visibility
- eBPF-based host routing

Expand Down

0 comments on commit b5e8f3b

Please sign in to comment.