]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mgr/dashboard: Improve oauth2 sso configuration 67417/head
authorAlexandre JARDON <28548335+webalexeu@users.noreply.github.com>
Fri, 24 Apr 2026 09:05:22 +0000 (11:05 +0200)
committerAlexandre JARDON <28548335+webalexeu@users.noreply.github.com>
Fri, 24 Apr 2026 14:16:09 +0000 (16:16 +0200)
commit70328ef12a98846553f1395a92bd975065b2e7d9
tree6eda8852add60a772b21782d895c14f60825fb28
parent3dc6a60ce03606649480fd6341c0f0841d28c101
mgr/dashboard: Improve oauth2 sso configuration
Add possibility to configure email_domains and scope parameters in oauth2 sso configuration
Fixes: https://tracker.ceph.com/issues/75020
mgr/dashboard: Fix oauth2 sso missing jti claim review
Fixes: https://tracker.ceph.com/issues/75022
mgr/dashboard: Improve oauth2 sso configuration
Add possibility to configure ssl_insecure_skip_verify parameter in oauth2 sso configuration
Fixes: https://tracker.ceph.com/issues/75984
Signed-off-by: Alexandre Jardon <alexandre.jardon@webalex.eu>
doc/cephadm/services/oauth2-proxy.rst
src/pybind/mgr/cephadm/services/oauth2_proxy.py
src/pybind/mgr/cephadm/templates/services/oauth2-proxy/oauth2-proxy.conf.j2
src/pybind/mgr/cephadm/tests/services/test_mgmt_gateway.py
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/services/service-form/service-form.component.html
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/services/service-form/service-form.component.ts
src/pybind/mgr/dashboard/services/auth/auth.py
src/python-common/ceph/deployment/service_spec.py