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

Review request for sentry, 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-tests/sentry-tests-solr/src/test/java/org/apache/sentry/tests/e2e/solr/AbstractSolrSentryTestBase.java
 6d2550b 
  
sentry-tests/sentry-tests-solr/src/test/java/org/apache/sentry/tests/e2e/solr/db/integration/AbstractSolrSentryTestWithDbProvider.java
 PRE-CREATION 
  
sentry-tests/sentry-tests-solr/src/test/java/org/apache/sentry/tests/e2e/solr/db/integration/TestSolrAdminOperations.java
 PRE-CREATION 
  
sentry-tests/sentry-tests-solr/src/test/java/org/apache/sentry/tests/e2e/solr/db/integration/TestSolrDocLevelOperations.java
 PRE-CREATION 
  
sentry-tests/sentry-tests-solr/src/test/java/org/apache/sentry/tests/e2e/solr/db/integration/TestSolrQueryOperations.java
 PRE-CREATION 
  
sentry-tests/sentry-tests-solr/src/test/java/org/apache/sentry/tests/e2e/solr/db/integration/TestSolrUpdateOperations.java
 PRE-CREATION 

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


Testing
-------


Thanks,

shen guoquan

Reply via email to