pzampino commented on a change in pull request #440:
URL: https://github.com/apache/knox/pull/440#discussion_r623360938
##########
File path:
gateway-provider-security-jwt/src/main/java/org/apache/knox/gateway/provider/federation/jwt/filter/AbstractJWTFilter.java
##########
@@ -96,7 +92,7 @@
protected List<String> audiences;
protected JWTokenAuthority authority;
protected RSAPublicKey publicKey;
- protected Cache<String, Boolean> verifiedTokens;
+ protected SignatureVerificationCache verifiedTokens;
Review comment:
+1, I had been considering that myself actually.
--
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]