moresandeep opened a new pull request #445:
URL: https://github.com/apache/knox/pull/445
## What changes were proposed in this pull request?
This change adds unauthenticated path list support for the following two
authentication providers (along with SSOCookieProvider)
- JWTProvider
- HadoopAuthProvider
By default the path `/knoxtoken/api/v1/jwks.json` is added by default. Note
that the path has to be exact, i.e. the request path after {gateway}/{topology}
should EXACTLY match the configured path.
Following properties can be used to add more paths to these providers
- hadoop.auth.unauthenticated.path.list
- jwt.unauthenticated.path.list
## How was this patch tested?
This patch was tested on a local cluster.
--
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]