You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@livy.apache.org by GitBox <gi...@apache.org> on 2019/02/01 01:01:41 UTC

[GitHub] alex-the-man commented on issue #142: [LIVY-552][WIP] Add JWTFilter to validate incoming JWT tokens

alex-the-man commented on issue #142: [LIVY-552][WIP] Add JWTFilter to validate incoming JWT tokens
URL: https://github.com/apache/incubator-livy/pull/142#issuecomment-459566612
 
 
   LIVY-508 #110 will be merged soon and will provide a framework to add custom filters.
   Would you mind rebasing your work on top of that? The only required changes should be all in LivyConf.
   
   ```
   # If user wants to use custom authentication filter, configurations are:
   # livy.server.auth.type = <custom>
   # livy.server.auth.<custom>.class = <class of custom auth filter>
   # livy.server.auth.<custom>.param.<foo1> = <bar1>
   # livy.server.auth.<custom>.param.<foo2> = <bar2>
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services