-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/29240/
-----------------------------------------------------------

(Updated 十二月 19, 2014, 6:48 a.m.)


Review request for sentry, Gregory Chanan and Vamsee Yarlagadda.


Summary (updated)
-----------------

SENTRY-480:Create import tool that will load policy file about Solr into the DB 
store


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/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 
  
sentry-policy/sentry-policy-search/src/main/java/org/apache/sentry/policy/search/SimpleSearchPolicyEngine.java
 f428aea 

Diff: https://reviews.apache.org/r/29240/diff/


Testing
-------


Thanks,

shen guoquan

Reply via email to