Re-enable Ceph dashboard SSL to fix SAML http/https URL mismatch

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>
This commit is contained in:
Scooby Husky
2026-03-14 13:56:33 -05:00
co-authored by Claude Opus 4.6
parent fb0ed0071f
commit 8df30c11ee
5 changed files with 11 additions and 16 deletions
@@ -9,13 +9,9 @@ spec:
gateways:
- istio-system/edge
http:
- headers:
request:
set:
x-forwarded-proto: https
timeout: 3600s
- timeout: 3600s
route:
- destination:
host: rook-ceph-mgr-dashboard.rook-ceph.svc.cluster.local
port:
number: 7000
number: 8443