Details
-
New Feature
-
Status: Resolved
-
Major
-
Resolution: Implemented
-
None
-
None
-
None
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:
1. Can't satisfied with the needs of dynamically add, delete and update permissions
2. 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).
Attachments
Attachments
Issue Links
- depends upon
-
SENTRY-398 Create the generic authorization model in Sentry
- Resolved
- is depended upon by
-
SENTRY-480 Create import tool that will load policy file about Solr into the DB store
- Resolved