nic-6443 commented on code in PR #11597:
URL: https://github.com/apache/apisix/pull/11597#discussion_r1772865465


##########
apisix/plugins/jwt-auth.lua:
##########
@@ -138,14 +137,10 @@ function _M.check_schema(conf, schema_type)
     end
 
     if conf.algorithm == "RS256" or conf.algorithm == "ES256" then
-        -- Possible options are a) public key is missing
-        -- b) private key is missing
+        -- Possible options is: public key is missing

Review Comment:
   This comment doesn't seem to make much sense, it feels like it can be 
removed.



-- 
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