]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
rgw: false assumption on vault bucket key deletion
authorSeena Fallah <seenafallah@gmail.com>
Mon, 22 Apr 2024 21:16:28 +0000 (23:16 +0200)
committerSeena Fallah <seenafallah@gmail.com>
Thu, 19 Sep 2024 14:55:14 +0000 (16:55 +0200)
commit094bfc535eb0b54b1d4fcff3931affdb2c6e7785
treeafcb418104bcbe699922e3d499c0702cc57a660d
parent734c5ebea317fc929a67bded0999248962f49994
rgw: false assumption on vault bucket key deletion

On bucket key deletion when the request to change the property of
the key for deletion_allowed to true, it is expected that the
response body be empty. But this assumption is false and there
would be a dump of the new config in the response. this condition
would prevent the key deletion to be done.

Fixes: https://tracker.ceph.com/issues/65626
Signed-off-by: Seena Fallah <seenafallah@gmail.com>
src/rgw/rgw_kms.cc