mirror of
https://gitlab.kube.huskypup.net/Scooby/Homelabv4.git
synced 2026-08-21 11:36:50 +00:00
X-Forwarded-Proto approach didn't work - Ceph dashboard SAML doesn't read it. Re-enabling native SSL so the dashboard sees https:// URLs directly. Updated both Istio and Envoy Gateway backends for TLS with insecureSkipVerify for the self-signed cert. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
14 lines
330 B
YAML
14 lines
330 B
YAML
apiVersion: gateway.envoyproxy.io/v1alpha1
|
|
kind: Backend
|
|
metadata:
|
|
name: ceph-dashboard
|
|
namespace: rook-ceph
|
|
spec:
|
|
endpoints:
|
|
- fqdn:
|
|
hostname: rook-ceph-mgr-dashboard.rook-ceph.svc.cluster.local
|
|
port: 8443
|
|
tls:
|
|
insecureSkipVerify: true
|
|
sni: rook-ceph-mgr-dashboard.rook-ceph.svc.cluster.local
|