-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/72120/
-----------------------------------------------------------
(Updated Feb. 17, 2020, 1:19 a.m.)
Review request for ranger, Ankita Sinha, Dhaval Shah, Dineshkumar Yadav, Gautam
Borad, Jayendra Parab, Kishor Gollapalliwar, Abhay Kulkarni, Madhan Neethiraj,
Mehul Parikh, Nitin Galave, Ramesh Mani, Sailaja Polavarapu, and Velmurugan
Periasamy.
Changes
-------
Description changes
Bugs: RANGER-2729
https://issues.apache.org/jira/browse/RANGER-2729
Repository: ranger
Description (updated)
-------
**Problem Statement:** it seems RANGER-2660 creates internal users when a
policy user does not exist in the ranger.
**Proposed Solution:**
In Ranger there is already a method createServiceConfigUser() in XUserMgr class
which can create an external user in ranger admin for given username. In this
patch I am proposing to use XUserMgr.createServiceConfigUser()
This patch also exposes an API to create an external user by providing the name
of user attribute only in VXUser object
Diffs
-----
security-admin/src/main/java/org/apache/ranger/biz/PolicyRefUpdater.java
318f9f505
Diff: https://reviews.apache.org/r/72120/diff/1/
Testing
-------
Thanks,
Pradeep Agrawal