----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/29240/ -----------------------------------------------------------
(Updated 一月 29, 2015, 7:08 a.m.) Review request for sentry, Xiaomeng Huang, Colin Ma, Dapeng Sun, Gregory Chanan, and Vamsee Yarlagadda. Repository: sentry Description ------- Currently Solr does support index-level security via sentry with file as backend privilege store. Using file as the backend store is simple, but there has some disadvantages as followings: Can't satisfied with the needs of dynamically add, delete and update permissions Can't be centrally managed and difficult to maintain According to the above disadvantages, The Solr Sentry plug-in integration with DB store is demanded. The Hive Sentry plug-in has already integration with DB store, but the Hive authorization model is different from the Solr authorization model.So this new feature depends on the generic authorization model(SENTRY-398) Diffs ----- sentry-binding/sentry-binding-solr/pom.xml 2dfc933 sentry-binding/sentry-binding-solr/src/main/java/org/apache/sentry/binding/solr/authz/SolrAuthzBinding.java faf862f sentry-binding/sentry-binding-solr/src/main/java/org/apache/sentry/binding/solr/authz/SolrSentryConfigTool.java PRE-CREATION sentry-binding/sentry-binding-solr/src/test/java/org/apache/sentry/binding/solr/TestSolrSentryConfigTool.java PRE-CREATION sentry-binding/sentry-binding-solr/src/test/resources/solr_config_import_tool.ini PRE-CREATION Diff: https://reviews.apache.org/r/29240/diff/ Testing ------- Thanks, shen guoquan
