]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
rgw: fix http error check in keystone issue_admin_token_request 55229/head
authorTobias Urdin <tobias.urdin@binero.se>
Thu, 18 Jan 2024 08:15:51 +0000 (08:15 +0000)
committerTobias Urdin <tobias.urdin@binero.se>
Thu, 18 Jan 2024 08:15:51 +0000 (08:15 +0000)
commit7edfa3f2fb145253a49c155847212097b3bfb9da
tree3087b38f6e03895bd33ba4037443bbed910fc43a
parent62d18d65b197da0029bfc208698bed5433e1a611
rgw: fix http error check in keystone issue_admin_token_request

This changes so that we don't return before even checking
if the request failed by checking the response code like
was done for other methods in [1].

[1] https://github.com/ceph/ceph/pull/53846

Signed-off-by: Tobias Urdin <tobias.urdin@binero.se>
src/rgw/rgw_keystone.cc