You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@atlas.apache.org by Madhan Neethiraj <ma...@apache.org> on 2017/04/25 21:10:28 UTC

Re: Review Request 58081: (ATLAS-1680) Support for browser login using kerberos keytab

-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/58081/#review172977
-----------------------------------------------------------


Ship it!




Ship It!

- Madhan Neethiraj


On March 30, 2017, 3:06 p.m., Nixon Rodrigues wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/58081/
> -----------------------------------------------------------
> 
> (Updated March 30, 2017, 3:06 p.m.)
> 
> 
> Review request for atlas, Apoorv Naik, Ayub Pathan, and Madhan Neethiraj.
> 
> 
> Bugs: ATLAS-1680
>     https://issues.apache.org/jira/browse/ATLAS-1680
> 
> 
> Repository: atlas
> 
> 
> Description
> -------
> 
> This patch included fix to Support  browser to login using kerberos keytab.
> By adding new property atlas.authentication.method.kerberos.support.keytab.browser.login=true it is enabled.
> by default it is disabled, so that it fallback to login page.
> If property is enabled, kinit is done with keytab/principal and browser is configured for it, then it atlas will autheticate with this principal.
> If property is enabled but kinit is not done, then it will fallback to login page.
> 
> 
> Diffs
> -----
> 
>   webapp/src/main/java/org/apache/atlas/web/filters/AtlasAuthenticationFilter.java 9ead75f 
> 
> 
> Diff: https://reviews.apache.org/r/58081/diff/1/
> 
> 
> Testing
> -------
> 
> Validate Atlas login in kerberos mode. With & without the new property atlas.authentication.method.kerberos.support.keytab.browser.login
> mvn package and testcase running fine.
> 
> 
> Thanks,
> 
> Nixon Rodrigues
> 
>