]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mgr/dashboard: get object bucket policies for a bucket 54048/head
authorNizamudeen A <nia@redhat.com>
Tue, 17 Oct 2023 04:34:33 +0000 (10:04 +0530)
committerNizamudeen A <nia@redhat.com>
Thu, 2 Nov 2023 07:13:23 +0000 (12:43 +0530)
commit40f053aee0d3504d34545101a546b3eaf64f50d1
tree42a51b1fa7155956d47d2a6f72b605cc2999ab37
parent28cb4d10b191293433ee72a6b3b1024011333021
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>
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