]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
mgr/dashboard: get object bucket policies for a bucket
authorNizamudeen A <nia@redhat.com>
Tue, 17 Oct 2023 04:34:33 +0000 (10:04 +0530)
committerPedro Gonzalez Gomez <pegonzal@redhat.com>
Mon, 29 Jan 2024 19:10:20 +0000 (20:10 +0100)
commitdb78c23167a7b27e8a3c8ea13f5ac6c19e9c41c2
tree7d3208e78639a5a8337400ef8986831facbfe132
parent8509398c901abaee76eb309c84b85a483114fcd5
mgr/dashboard: get object bucket policies for a bucket

Getting the bucket details will also fetch the bucket policy if its set.

Fixes: https://tracker.ceph.com/issues/63221
Signed-off-by: Nizamudeen A <nia@redhat.com>
(cherry picked from commit 40f053aee0d3504d34545101a546b3eaf64f50d1)
src/pybind/mgr/dashboard/controllers/rgw.py
src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-bucket-details/rgw-bucket-details.component.html
src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-bucket-details/rgw-bucket-details.component.spec.ts
src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-bucket-details/rgw-bucket-details.component.ts
src/pybind/mgr/dashboard/services/rgw_client.py