]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mgr/dasboard : Injest certificate mgmt API into services API 66465/head
authorAbhishek Desai <abhishek.desai1@ibm.com>
Mon, 1 Dec 2025 08:00:25 +0000 (13:30 +0530)
committerAbhishek Desai <abhishek.desai1@ibm.com>
Wed, 28 Jan 2026 06:48:39 +0000 (12:18 +0530)
commit42a6d66346f7095ed6bf7e502fa6af94c827e80a
treed8782209903fdb51f0ca532311a05247ccb6041b
parenta859001c418fd04ee11810f5735cf1900dda7fab
mgr/dasboard : Injest certificate mgmt API into services API
fixes : https://tracker.ceph.com/issues/74039
Signed-off-by: Abhishek Desai <abhishek.desai1@ibm.com>
Assisted-by: Cursor
src/pybind/mgr/dashboard/controllers/certificate.py [new file with mode: 0644]
src/pybind/mgr/dashboard/controllers/service.py
src/pybind/mgr/dashboard/model/certificate.py [new file with mode: 0644]
src/pybind/mgr/dashboard/openapi.yaml
src/pybind/mgr/dashboard/services/certificate.py [new file with mode: 0644]
src/pybind/mgr/dashboard/services/orchestrator.py
src/pybind/mgr/dashboard/tests/test_certificate.py [new file with mode: 0644]