]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mgr/dashboard: add ACLs 54295/head
authorPedro Gonzalez Gomez <pegonzal@redhat.com>
Wed, 1 Nov 2023 15:06:49 +0000 (16:06 +0100)
committerPedro Gonzalez Gomez <pegonzal@redhat.com>
Tue, 13 Feb 2024 09:20:31 +0000 (10:20 +0100)
commitc3251fbf873b9781287ae937db614f115b7674ac
tree663f1518e9d8be3a88dafc9fa8a1489a44bd0b6c
parent774ce9f98b7ef83f5b17268dae8f637fea775c94
mgr/dashboard: add ACLs

Fixes: https://tracker.ceph.com/issues/63547
Signed-off-by: Pedro Gonzalez Gomez <pegonzal@redhat.com>
13 files changed:
src/pybind/mgr/dashboard/controllers/rgw.py
src/pybind/mgr/dashboard/frontend/package-lock.json
src/pybind/mgr/dashboard/frontend/package.json
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.ts
src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-bucket-form/rgw-bucket-acl-permissions.enum.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-bucket-form/rgw-bucket-form.component.html
src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-bucket-form/rgw-bucket-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/tsconfig.json
src/pybind/mgr/dashboard/openapi.yaml
src/pybind/mgr/dashboard/services/rgw_client.py