monkeyDluffy6017 commented on code in PR #9710:
URL: https://github.com/apache/apisix/pull/9710#discussion_r1266298063


##########
apisix/plugins/opa.lua:
##########
@@ -37,6 +37,14 @@ local schema = {
             description = "timeout in milliseconds",
         },
         keepalive = {type = "boolean", default = true},
+        send_headers_upstream = {
+            type = "array",
+            minItems = 0,
+            items = {
+                type = "string"
+            },
+            description = "list of headers to pass to upstream in request"
+        },

Review Comment:
   ```suggestion
           send_headers_upstream = {
               type = "array",
               minItems = 1,
               items = {
                   type = "string"
               },
               description = "list of headers to pass to upstream in request"
           },
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscr...@apisix.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to