]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
rgw: thread DoutPrefixProvider into RGW::Auth_S3::authorize
authorAli Maredia <amaredia@redhat.com>
Wed, 3 Oct 2018 19:59:34 +0000 (15:59 -0400)
committerAli Maredia <amaredia@redhat.com>
Tue, 9 Oct 2018 16:58:41 +0000 (12:58 -0400)
commite997ed23641225fb5066a059d733c00fb87cf238
treefda79eefb39f674213fe28eb82b1bd5f1e0c7413
parentd82fab79e2bac5c7d19b3b57c2560855c3fc623e
rgw: thread DoutPrefixProvider into RGW::Auth_S3::authorize

Pass a DPP into RGWOp::verify_request that leads
through RGWHandler -> RGWHandler_REST->
RGW::Auth_S3::authorize().

Change authenticate() in all the Handler classes
to take a DPP

Signed-off-by: Ali Maredia <amaredia@redhat.com>
src/rgw/librgw.cc
src/rgw/rgw_auth.cc
src/rgw/rgw_auth.h
src/rgw/rgw_lib.h
src/rgw/rgw_op.h
src/rgw/rgw_rest_s3.cc
src/rgw/rgw_rest_s3.h
src/rgw/rgw_rest_swift.cc
src/rgw/rgw_rest_swift.h
src/rgw/rgw_swift_auth.cc
src/rgw/rgw_swift_auth.h