kumaab opened a new pull request, #857: URL: https://github.com/apache/ranger/pull/857
## What changes were proposed in this pull request? Currently JWT is fetched during plugin initialization (via 3 different ways: env, file, cred file) and captured statically in the REST client filter. This enhancement introduces a pluggable JWT provider interface allowing services to manage JWT lifecycle independently while enabling Ranger plugins to fetch the latest JWT dynamically for each outbound REST call to Ranger Admin. PR includes a default implementation of `JwtProvider`. ## How was this patch tested? Pending -- 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]
