----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/65121/ -----------------------------------------------------------
Review request for atlas, Apoorv Naik, Ashutosh Mestry, Madhan Neethiraj, and Sarath Subramanian. Bugs: ATLAS-2352 https://issues.apache.org/jira/browse/ATLAS-2352 Repository: atlas Description ------- This patch includes fix to configure validity for Kerberos DelegationToken. Property to be added in atlas-application.properties. *atlas.authentication.method.kerberos.token.validity*=3600 Diffs ----- docs/src/site/twiki/Authentication-Authorization.twiki 1e35ceb4 webapp/src/main/java/org/apache/atlas/web/filters/AtlasAuthenticationFilter.java e8020dbb Diff: https://reviews.apache.org/r/65121/diff/1/ Testing ------- Kerberos delegation token expiration time is set correctly in hadoop-auth cookie. Thanks, Nixon Rodrigues