vigneshio commented on PR #4620: URL: https://github.com/apache/polaris/pull/4620#issuecomment-4653358470
Thanks @adutra I've pushed the update. The Algorithm and ``JWTVerifie`r` are now created once per realm and reused for all requests, instead of being rebuilt every time. Since the only difference between the two broker implementations was how the Algorithm was created, I merged them into a single JWTBroker class. Also, file-based symmetric secrets are now loaded once per realm on first use and then reused, as discussed. -- 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]
