From 740b78de92a924bceddce9699166dcffe9cc7525 Mon Sep 17 00:00:00 2001 From: Noble Paul Date: Thu, 6 Aug 2015 19:00:58 +0000 Subject: [PATCH] SOLR-7838: CHANGES git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1694554 13f79535-47bb-0310-9956-ffa450edef68 --- solr/CHANGES.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt index 067d308aa35..45ae5ecb7bf 100644 --- a/solr/CHANGES.txt +++ b/solr/CHANGES.txt @@ -198,6 +198,10 @@ New Features now watches /security.json. Components can choose to make their config editable (Noble Paul, Anshum Gupta, Ishan Chattopadhyaya) +* SOLR-7838: An authorizationPlugin interface where the access control rules are stored/managed in + ZooKeeper (Noble Paul, Anshum Gupta, Ishan Chattopadhyaya) + + Bug Fixes ----------------------