]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
rgw/notification: trigger notifications on changes from any user 38136/head
authorYuval Lifshitz <ylifshit@redhat.com>
Tue, 17 Nov 2020 11:31:59 +0000 (13:31 +0200)
committerYuval Lifshitz <ylifshit@redhat.com>
Tue, 1 Dec 2020 18:23:43 +0000 (20:23 +0200)
commit658993efc16498c2106108fe407f6d44040f349d
treeafdce1f6f89d43253bd5c973f5fcc5b14ce0ac36
parente5b74af4b5428cf9d69178662636b4a21c591ea7
rgw/notification: trigger notifications on changes from any user

any user authorized to make changes to a bucket may trigger
notifications defined on that bucket.
manual test procedure of the fix is described here:
https://gist.github.com/yuvalif/39c183aa0f74d286ecef7844268817df

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

Signed-off-by: Yuval Lifshitz <ylifshit@redhat.com>
doc/radosgw/notifications.rst
doc/radosgw/pubsub-module.rst
src/rgw/rgw_admin.cc
src/rgw/rgw_notify.cc
src/rgw/rgw_pubsub.cc
src/rgw/rgw_pubsub.h
src/rgw/rgw_rest_pubsub.cc
src/rgw/rgw_rest_pubsub_common.cc
src/rgw/rgw_rest_pubsub_common.h
src/rgw/rgw_sync_module_pubsub.cc
src/rgw/rgw_sync_module_pubsub_rest.cc