]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
mgr/dashboard: Replace RGW proxy controller
authorVolker Theile <vtheile@suse.com>
Tue, 19 Jun 2018 11:19:10 +0000 (13:19 +0200)
committerVolker Theile <vtheile@suse.com>
Thu, 21 Jun 2018 12:07:51 +0000 (14:07 +0200)
commita98bca6a2f161140f78f34cfa5f5ebec07af2f82
tree238ca3584781c131006fe19b3883d23fea9e9b91
parent80a51c9714a621a5bc6bb05b8e15244fd43994ec
mgr/dashboard: Replace RGW proxy controller

Fixes: http://tracker.ceph.com/issues/24436
To fully support the role based authentication/authorization system it is necessary to replace the RGW proxy controller by separate controllers for RGW user and bucket.

Signed-off-by: Volker Theile <vtheile@suse.com>
qa/tasks/mgr/dashboard/test_rgw.py
src/pybind/mgr/dashboard/controllers/__init__.py
src/pybind/mgr/dashboard/controllers/rgw.py
src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-bucket-form/rgw-bucket-form.component.ts
src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-user-form/rgw-user-form.component.html
src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-user-form/rgw-user-form.component.spec.ts
src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-user-form/rgw-user-form.component.ts
src/pybind/mgr/dashboard/frontend/src/app/shared/api/rgw-bucket.service.spec.ts
src/pybind/mgr/dashboard/frontend/src/app/shared/api/rgw-bucket.service.ts
src/pybind/mgr/dashboard/frontend/src/app/shared/api/rgw-user.service.spec.ts
src/pybind/mgr/dashboard/frontend/src/app/shared/api/rgw-user.service.ts