You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by GitBox <gi...@apache.org> on 2022/03/14 05:09:25 UTC

[GitHub] [apisix] azilentech commented on a change in pull request #6586: feat: add support for password grant in keycloak plugin

azilentech commented on a change in pull request #6586:
URL: https://github.com/apache/apisix/pull/6586#discussion_r825596710



##########
File path: apisix/plugins/authz-keycloak.lua
##########
@@ -695,8 +703,107 @@ local function fetch_jwt_token(ctx)
     return token
 end
 
+-- To get new access token by calling get token api
+local function generate_token_using_password_grant(conf,ctx)
+    log.warn("generate_token_using_password_grant Function Called")

Review comment:
       Agree... it should be debug level log. I changed it.




-- 
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-unsubscribe@apisix.apache.org

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