Description
We have a requirement to support large number of superusers. (users who impersonate as another user) (http://hadoop.apache.org/docs/r1.2.1/Secure_Impersonation.html)
Currently each superuser needs to be defined in the core-site.xml via proxyuser settings. This will be cumbersome when there are 1000 entries.
It seems useful to have a pluggable mechanism to specify proxy user settings with the current approach as the default.
Attachments
Attachments
Issue Links
- depends upon
-
HADOOP-10467 Enable proxyuser specification to support list of users in addition to list of groups.
- Closed
-
HADOOP-10471 Reduce the visibility of constants in ProxyUsers
- Closed
-
HADOOP-10566 Refactor proxyservers out of ProxyUsers
- Closed
- relates to
-
HIVE-7184 TestHadoop20SAuthBridge no longer compiles after HADOOP-10448
- Closed
-
HADOOP-10593 Concurrency Improvements
- In Progress