Feature #66095
closedCeph mgmt security enhacements
0%
Description
The current version of Ceph (as of the creation of this ticket) enables SSO exclusively through SAML for the dashboard (no OIDC support). Other components such as Grafana, Prometheus and Alertmanager rely on simple basic user/password authentication. This fragmentation in the authentication methods across components hinders the user experience, as SSO functionality is limited to the dashboard. The goal is to establish a unified user experience within Ceph, enabling users to log in once and seamlessly access both the dashboard and all monitoring stack services.
Updated by Redouane Kachach Elhicou over 1 year ago
- Status changed from New to In Progress
The required changes have been implemented on the PRs:
https://github.com/ceph/ceph/pull/58460
https://github.com/ceph/ceph/pull/58402
https://github.com/ceph/ceph/pull/57535
Updated by Redouane Kachach Elhicou over 1 year ago
- Status changed from In Progress to Resolved