moresandeep opened a new pull request, #1043: URL: https://github.com/apache/knox/pull/1043
## What changes were proposed in this pull request? Added support for Group Based impersonation provider. ``` <!-- turn the feature on --> <param> <name>hadoop.proxygroup.impersonation.enabled</name> <value>true</value> </param> <!-- proxy group configs --> <param> <name>hadoop.proxygroup.KNOX_ADMIN.groups</name> <value>*</value> </param> <param> <name>hadoop.proxygroup.VIRTUAL_GROUP.groups</name> <value>*</value> </param> <param> <name>hadoop.proxygroup.VIRTUAL_GROUP.hosts</name> <value>*</value> </param> ``` ## How was this patch tested? Unit tests and local testing -- 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: dev-unsubscr...@knox.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org