mirror of
https://gitlab.kube.huskypup.net/Scooby/Homelabv4.git
synced 2026-08-20 23:16:49 +00:00
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:
co-authored by
Claude Opus 4.6
parent
fb0ed0071f
commit
8df30c11ee
@@ -62,8 +62,8 @@ cephClusterSpec:
|
||||
# Dashboard configuration
|
||||
dashboard:
|
||||
enabled: true
|
||||
ssl: false # TLS handled by ingress
|
||||
port: 7000
|
||||
ssl: true
|
||||
port: 8443
|
||||
|
||||
# Network configuration
|
||||
network:
|
||||
|
||||
Reference in New Issue
Block a user