]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
mgr/dashboard: enable/disable MFA Delete on RGW bucket
authorAlfonso Martínez <almartin@redhat.com>
Fri, 28 Feb 2020 10:35:57 +0000 (11:35 +0100)
committerAlfonso Martínez <almartin@redhat.com>
Fri, 28 Feb 2020 10:35:57 +0000 (11:35 +0100)
commit5b6cf814b9aba9d274fcbd72311cb86643be3a1d
treeca437bf04d6baaac00e6cd403365bfc207b76767
parentd27f512d1731988cf7f369559f2fc324f1592047
mgr/dashboard: enable/disable MFA Delete on RGW bucket

Fixes: https://tracker.ceph.com/issues/42094
Signed-off-by: Alfonso Martínez <almartin@redhat.com>
13 files changed:
qa/tasks/mgr/dashboard/test_rgw.py
src/pybind/mgr/dashboard/controllers/rgw.py
src/pybind/mgr/dashboard/frontend/e2e/rgw/buckets.po.ts
src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/models/rgw-bucket-mfa-delete.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/models/rgw-bucket-versioning.ts [new file with mode: 0644]
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-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-bucket.service.spec.ts
src/pybind/mgr/dashboard/frontend/src/app/shared/api/rgw-bucket.service.ts
src/pybind/mgr/dashboard/rest_client.py
src/pybind/mgr/dashboard/services/rgw_client.py