roryqi commented on code in PR #10723:
URL: https://github.com/apache/gravitino/pull/10723#discussion_r3055338309


##########
server-common/src/main/java/org/apache/gravitino/server/authentication/JwksTokenValidator.java:
##########
@@ -89,12 +90,13 @@ public void initialize(Config config) {
           "JWKS URI must be configured when using JWKS-based OAuth providers");
     }
 
-    // Validate JWKS URI format
+    // Validate JWKS URI format and create cached JWK source

Review Comment:
   Will the cache expire?



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