moresandeep commented on a change in pull request #436:
URL: https://github.com/apache/knox/pull/436#discussion_r616899221
##########
File path:
gateway-server/src/main/java/org/apache/knox/gateway/services/token/impl/DefaultTokenAuthorityService.java
##########
@@ -86,6 +89,8 @@
private byte[] cachedSigningHmacSecret;
private RSAPrivateKey signingKey;
+ private Optional<String> cachedSigningKeyKID = Optional.empty();
Review comment:
ah, the silly KeyKid will change it, thanks!
--
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]