admin users privileges are not dropped if the user is removed from admin.users list
Description
Release Notes
None
is duplicated by
Activity
Show:

Sreevatsan Raman August 16, 2017 at 7:10 PM
Not relevant after the latest auth changes.

Sreevatsan Raman June 1, 2017 at 8:52 PM
Will move to 4.3 riskier change late in 4.2 relevant PRhttps://github.com/caskdata/cdap/pull/8866
Won't Fix
Pinned fields
Click on the next to a field label to start pinning.
Created March 22, 2017 at 7:52 PM
Updated August 16, 2017 at 7:10 PM
Resolved August 16, 2017 at 7:10 PM
When authorization is enabled we take a list of admin.users to whom we grant:
ADMIN on cdap instance
ADMIN on Default NS
Now if a user is removed from the list the privileges granted to the user earlier as an admin are not dropped.