-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/58081/
-----------------------------------------------------------
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