jenskeiner commented on a change in pull request #3308:
URL: https://github.com/apache/apisix/pull/3308#discussion_r561731105
##########
File path: apisix/plugins/authz-keycloak.lua
##########
@@ -171,13 +222,13 @@ local function authz_keycloak_discover(url, ssl_verify,
keepalive, timeout,
keepalive = (keepalive ~= "no")
Review comment:
My bad, was copied over from `openidc` module. Fixed it and consolidated
the HTTP client setup -- which is done in various places -- to apply options
like `timeout`, `keepalive`, `ssl_verify`and others consistently.
----------------------------------------------------------------
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]