kumaab commented on code in PR #253:
URL: https://github.com/apache/ranger/pull/253#discussion_r1212180002


##########
security-admin/src/main/java/org/apache/ranger/rest/XUserREST.java:
##########
@@ -863,6 +864,61 @@ public void deleteXUserByUserName(@PathParam("userName") 
String userName,
                xUserMgr.deleteXUser(vxUser.getId(), forceDelete);
        }
 
+
+       /**
+        * Proceed with <tt>caution</tt>: Force deletes users from the ranger 
db,
+        * <tt>Delete</tt> happens one at a time with immediate commit on the 
transaction.
+        */
+       @DELETE
+       @Path("/delete/external/users")

Review Comment:
   The API is now specific to external users, updated the PR sometime back.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to