]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mgr/dashboard: differentiate account users from rgw users in bucket form 64362/head
authorNaman Munet <naman.munet@ibm.com>
Mon, 7 Jul 2025 09:26:49 +0000 (14:56 +0530)
committerNaman Munet <naman.munet@ibm.com>
Thu, 10 Jul 2025 17:27:50 +0000 (22:57 +0530)
commitc5b5408c5be8c64280de368093509ad4ef8e28ec
tree9511abb013f8f6fe15fe9e46158ee0a86fcc1861
parent665ffb9e7b85c64af81483a75f35dcde24db723e
mgr/dashboard: differentiate account users from rgw users in bucket form

fixes: https://tracker.ceph.com/issues/71523

commit includes:
1) Added checkbox to select account user and another dropdown to show account users
2) Also fixed bucket replication as it was throwing error for 'invalidBucketARN'

Signed-off-by: Naman Munet <naman.munet@ibm.com>
src/pybind/mgr/dashboard/controllers/rgw.py
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.spec.ts
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-user.service.spec.ts
src/pybind/mgr/dashboard/frontend/src/app/shared/api/rgw-user.service.ts
src/pybind/mgr/dashboard/frontend/src/app/shared/constants/app.constants.ts
src/pybind/mgr/dashboard/openapi.yaml
src/pybind/mgr/dashboard/services/rgw_client.py