summaryrefslogtreecommitdiffstats
path: root/src/rgw/rgw_opa.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/rgw/rgw_opa.h')
-rw-r--r--src/rgw/rgw_opa.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/rgw/rgw_opa.h b/src/rgw/rgw_opa.h
new file mode 100644
index 000000000..6fd3b21bd
--- /dev/null
+++ b/src/rgw/rgw_opa.h
@@ -0,0 +1,11 @@
+// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
+// vim: ts=8 sw=2 smarttab ft=cpp
+
+#pragma once
+
+#include "rgw_common.h"
+#include "rgw_op.h"
+
+/* authorize request using OPA */
+int rgw_opa_authorize(RGWOp*& op,
+ req_state* s);