]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mgr/dashboard: RGW user accounts CRUD api's 60940/head
authorNaman Munet <namanmunet@li-ff83bccc-26af-11b2-a85c-a4b04bfb1003.ibm.com>
Wed, 4 Dec 2024 09:38:42 +0000 (15:08 +0530)
committerNaman Munet <naman.munet@ibm.com>
Tue, 17 Dec 2024 05:23:51 +0000 (10:53 +0530)
commit0fc5aecd554103a7e132fe9711452c40c4288839
tree27fc1ffc86eab7faa9b7dd88f6c8fad61ceec173
parent69c919838b4774559e407d3ce6a08d668c9b6f51
mgr/dashboard: RGW user accounts CRUD api's

Fixes: https://tracker.ceph.com/issues/69110
PR Changes:
Added CRUD & managing quota endpoints for RGW user accounts management with the unit-tests

Signed-off-by: Naman Munet <namanmunet@li-ff83bccc-26af-11b2-a85c-a4b04bfb1003.ibm.com>
src/pybind/mgr/dashboard/controllers/rgw_iam.py [new file with mode: 0644]
src/pybind/mgr/dashboard/openapi.yaml
src/pybind/mgr/dashboard/services/rgw_iam.py
src/pybind/mgr/dashboard/tests/test_rgw_iam.py [new file with mode: 0644]