tzssangglass commented on a change in pull request #4845:
URL: https://github.com/apache/apisix/pull/4845#discussion_r690925621
##########
File path: apisix/plugins/authz-keycloak.lua
##########
@@ -83,6 +84,9 @@ local schema = {
{
properties = {
lazy_load_paths = {enum = {false}},
+ },
+ anyOf = {
+ {required = {"permissions"}}
Review comment:
got
##########
File path: t/plugin/authz-keycloak.t
##########
@@ -152,7 +152,33 @@ done
-=== TEST 6: full schema check
+=== TEST 6: no permissions when lazy_load_paths=false
Review comment:
I deleted the test case ...... I can't pull up the keyclock container
process locally ......
##########
File path: t/plugin/authz-keycloak.t
##########
@@ -152,7 +152,33 @@ done
-=== TEST 6: full schema check
+=== TEST 6: no permissions when lazy_load_paths=false
Review comment:
got
--
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]