HOMELAB-510: fix(gateway): Harbor backend TLS re-encryption via appProtocol #110
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "plane/HOMELAB-510-harbor-gateway-tls"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
INCIDENT FIX
Harbor needs TLS on its backend. Instead of mixing Gateway + LB IPs, use Cilium's
appProtocol: httpsto re-encrypt traffic from the Gateway to Harbor.harbor-gatewayService withappProtocol: https(port 443 → nginx 8443)harbor-gateway:443All services stay behind the Gateway IP — no more LB IP mixing.
Plan Error