shreemaan-abhishek commented on code in PR #13350:
URL: https://github.com/apache/apisix/pull/13350#discussion_r3226077807


##########
apisix/plugins/proxy-cache/init.lua:
##########
@@ -103,6 +123,14 @@ local schema = {
             minimum = 1,
             default = 300,
         },
+        consumer_isolation = {
+            type = "boolean",
+            default = true,
+        },

Review Comment:
   we should follow the approach of "secure by default" and ensure the cache is 
segregated across consumers.



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to