]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/rgw/rgw_opa.cc
import 15.2.5
[ceph.git] / ceph / src / rgw / rgw_opa.cc
index 79ba8784d04ce1c49a702d0405ced151d24c4e84..96cc5841c1d01bf63f16e0cc9e0dcd91efd060e5 100644 (file)
@@ -45,6 +45,7 @@ int rgw_opa_authorize(RGWOp *& op,
   jf.dump_string("params", s->info.request_params.c_str());
   jf.dump_string("request_uri_aws4", s->info.request_uri_aws4.c_str());
   jf.dump_string("object_name", s->object.name.c_str());
+  jf.dump_string("subuser", s->auth.identity->get_subuser().c_str());
   jf.dump_object("user_info", s->user->get_info());
   jf.dump_object("bucket_info", s->bucket_info);
   jf.close_section();