Skip to content

Commit

Permalink
docs: Fix WireGuard filter (again)
Browse files Browse the repository at this point in the history
This is 2b90e7f ("docs: Fix WireGuard filter") all over again.

    "WireGuard" should be spelt "WireGuard", not "wireguard" or
    "Wireguard". We have a custom extension in the docs to ensure we
    never have the latter, for example. But it's been broken for a
    while, because we also added the lowercase "wireguard" entry to the
    list of spelling exceptions, making it case-insensitive in the eyes
    of the spell-checker. We need to remove this entry.

Except this time this is "Wireguard" and not "wireguard" that we need to
remove.

Fixes: 80284ea ("Cilium Charts to set the persistent keepalive for cilium_wg0")
Signed-off-by: Quentin Monnet <[email protected]>
  • Loading branch information
qmonnet committed Apr 23, 2024
1 parent d1e774b commit 0f75a12
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Documentation/helm-values.rst

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ For details, see the [roadmap issue](https://github.com/cilium/cilium/issues/289
+--------------------------------------------------+----------------------------------------------------------+
| CiliumNetworkPolicy support | Beta |
+--------------------------------------------------+----------------------------------------------------------+
| Integrate with Wireguard | TODO |
| Integrate with WireGuard | TODO |
+--------------------------------------------------+----------------------------------------------------------+
| Per-connection handshake | TODO |
+--------------------------------------------------+----------------------------------------------------------+
Expand Down
1 change: 0 additions & 1 deletion Documentation/spelling_wordlist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,6 @@ Vagrantfile
Vagrantfiles
Viljoen
Wendlandt
Wireguard
Wireshark
Xenial
Yan
Expand Down
2 changes: 1 addition & 1 deletion install/kubernetes/cilium/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions install/kubernetes/cilium/values.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions install/kubernetes/cilium/values.yaml.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -867,7 +867,7 @@ encryption:
wireguard:
# -- Enables the fallback to the user-space implementation (deprecated).
userspaceFallback: false
# -- Controls Wireguard PersistentKeepalive option. Set 0s to disable.
# -- Controls WireGuard PersistentKeepalive option. Set 0s to disable.
persistentKeepalive: 0s
endpointHealthChecking:
# -- Enable connectivity health checking between virtual endpoints.
Expand Down Expand Up @@ -3293,7 +3293,7 @@ authentication:
gcInterval: "5m0s"
# Configuration for Cilium's service-to-service mutual authentication using TLS handshakes.
# Note that this is not full mTLS support without also enabling encryption of some form.
# Current encryption options are Wireguard or IPSec, configured in encryption block above.
# Current encryption options are WireGuard or IPSec, configured in encryption block above.
mutual:
# -- Port on the agent where mutual authentication handshakes between agents will be performed
port: 4250
Expand Down

0 comments on commit 0f75a12

Please sign in to comment.