Skip to content

Commit 8fba5f0

Browse files
committed
docs: added documentation on the wiregaurd encryption
1 parent 62643b5 commit 8fba5f0

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

docs/docs/platform/security/cilium.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,12 @@ labels:
2828
enable_cilium: true
2929
```
3030
31+
### End-to-End Encryption with WireGuard and Cilium
32+
33+
End-to-end encryption is a critical feature for ensuring the security and privacy of data as it travels across the network. In our platform, this is achieved using WireGuard in conjunction with Cilium. WireGuard is a modern VPN that is simple, fast, and secure, while Cilium provides networking, security, and observability for cloud-native environments.
34+
35+
By default, our platform enables end-to-end encryption using WireGuard and Cilium, ensuring that all data transmitted between nodes is encrypted and protected from unauthorized access. This setup provides robust security with minimal configuration, leveraging the strengths of both WireGuard and Cilium to deliver a seamless and secure networking experience.
36+
3137
## mTLS Implementation in Cilium
3238
3339
Cilium implements mutual TLS (mTLS) to provide end-to-end encryption and authentication between workloads. mTLS ensures that both the client and server authenticate each other, providing a higher level of security compared to traditional TLS.

0 commit comments

Comments
 (0)