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

Review request for atlas, keval bhatt, Madhan Neethiraj, Shwetha GS, and Suma 
Shivaprasad.


Bugs: ATLAS-1206
    https://issues.apache.org/jira/browse/ATLAS-1206


Repository: atlas


Description
-------

ATLAS-1206 - Atlas UI not working with IE or Chrome on Windows OS in Kerberos 
mode. Its giving error Error:-
HTTP ERROR 403
Problem accessing /index.html. Reason:
GSSException: Defective token detected (Mechanism level: GSSHeader did not find 
the right tag)

This patch fix the above issue by making a check for existingAuth from 
springcontext, so that next request dont go for kerberos authentication flow.
Also this patch consist fix for non-kerberized browser's first request hanging 
issue by making isBrowser check.


Diffs
-----

  
webapp/src/main/java/org/apache/atlas/web/filters/AtlasAuthenticationFilter.java
 605fe89 

Diff: https://reviews.apache.org/r/52509/diff/


Testing
-------

Tested Atlas in following scenario's

* Tested UI in FireFox, Chrome (Linux) / Firefox , Chrome ,IE9 campatiblity 
view in Windows OS.

* Tested Hive Import with kinit on kerberized cluster and on simple cluster

* Created Hive tables from beeline client with kinit on kerberized cluster and 
on simple cluster and metadata reflecting in Atlas UI.

* Run Quick start with kinit from atlas user on kerberized cluster and on 
simple cluster.

* Executed Curl commands with kinit on kerberized cluster and without kinit on 
simple cluster

* Ran Unit test cases.

Instance urls
https://172.22.67.45:21443/ [kerberos]

http://172.22.86.213:21000 [simple]


Thanks,

Nixon Rodrigues

Reply via email to