You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ranger.apache.org by Dhaval Rajpara <dh...@gmail.com> on 2023/02/13 09:51:29 UTC

Review Request 74306: RANGER-4050 : Session Inactivity Timeout: Ranger react UI part.

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

Review request for ranger, bhavik patel, Dhaval Shah, Dineshkumar Yadav, Harshal Chavan, Kishor Gollapalliwar, Madhan Neethiraj, Mehul Parikh, Nitin Galave, Pradeep Agrawal, and Velmurugan Periasamy.


Bugs: RANGER-4050
    https://issues.apache.org/jira/browse/RANGER-4050


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/react-webapp/package-lock.json e4e482f87 
  security-admin/src/main/webapp/react-webapp/package.json a66583f28 
  security-admin/src/main/webapp/react-webapp/src/utils/fetchAPI.js 0678edffa 
  security-admin/src/main/webapp/react-webapp/src/views/Header.jsx b054dc21e 
  security-admin/src/main/webapp/react-webapp/src/views/Layout.jsx 2502cfe2e 
  security-admin/src/main/webapp/react-webapp/src/views/ServiceManager/ServiceDefinitions.jsx 0cb24387a 


Diff: https://reviews.apache.org/r/74306/diff/1/


Testing
-------


Thanks,

Dhaval Rajpara