From: Casey Bodley Date: Thu, 4 Apr 2024 13:28:00 +0000 (-0400) Subject: rgw/notify: populate event userIdentity with account ids X-Git-Tag: v20.0.0~2159^2~3 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=24841fbddec68199bbe6cfcc9dc1d2bbc1d84e52;p=ceph.git rgw/notify: populate event userIdentity with account ids Signed-off-by: Casey Bodley --- diff --git a/src/rgw/driver/rados/rgw_notify.cc b/src/rgw/driver/rados/rgw_notify.cc index 6000bb8d1177..d612d5452cdd 100644 --- a/src/rgw/driver/rados/rgw_notify.cc +++ b/src/rgw/driver/rados/rgw_notify.cc @@ -1276,7 +1276,7 @@ reservation_t::reservation_t(const DoutPrefixProvider* _dpp, object_name(_object_name), tagset(_s->tagset), metadata_fetched_from_attributes(false), - user_id(_s->user->get_id().id), + user_id(to_string(_s->owner.id)), user_tenant(_s->user->get_id().tenant), req_id(_s->req_id), yield(y)