sshniro commented on a change in pull request #3263:
URL: https://github.com/apache/apisix/pull/3263#discussion_r556546204
##########
File path: t/plugin/authz-keycloak.t
##########
@@ -49,12 +49,38 @@ done
-=== TEST 2: full schema check
+=== TEST 2: sanity (using discovery endpoint)
--- config
location /t {
content_by_lua_block {
local plugin = require("apisix.plugins.authz-keycloak")
- local ok, err = plugin.check_schema({token_endpoint =
"https://efactory-security-portal.salzburgresearch.at/",
+ local ok, err = plugin.check_schema({
+ discovery =
"https://efactory-security-portal.salzburgresearch.at/.well-known/uma2-configuration",
Review comment:
Aw, bummer, it seems I have used my previous dev configurations, please
do change it to a generic URL if possible.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]