-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/73559/
-----------------------------------------------------------
Review request for ranger, Dhaval Shah, Dineshkumar Yadav, Harshal Chavan,
Jayendra Parab, Kishor Gollapalliwar, Madhan Neethiraj, Mahesh Bandal, Mehul
Parikh, Pradeep Agrawal, Sailaja Polavarapu, and Velmurugan Periasamy.
Bugs: RANGER-3388
https://issues.apache.org/jira/browse/RANGER-3388
Repository: ranger
Description
-------
*Background*
Ranger users who log in via one of the supported authentication flavors stay
logged in until they choose to log out.
This is a security hole in the scenario where the user has logged in and has
left their desk. The inactivity does not result in early log out.
This implementation addresses that problem.
*Scenarios*
* Login to single session.
* Login to multiple tabs.
* Login to multiple services each having its own inactivity detection and
logout implementation.
Diffs
-----
security-admin/src/main/webapp/scripts/controllers/Controller.js 6b7bad980
security-admin/src/main/webapp/scripts/controllers/NController.js 749295667
security-admin/src/main/webapp/scripts/modules/globalize/message/en.js
d30ed4df3
security-admin/src/main/webapp/scripts/utils/XAUtils.js 42668768d
security-admin/src/main/webapp/scripts/views/common/ProfileBar.js 9dbfa9caf
Diff: https://reviews.apache.org/r/73559/diff/1/
Testing
-------
Testing is in progress
Thanks,
Nitin Galave