Hi, I am trying to do similar, make group user A can access collection A and
group user b can access collection B.
{ "name":"readA",
"collection":"collectionA","path":["/query","/select","/get"],
"role":"collection-A", "index":1},
{ "name":"readB",
"collection":"collectionB","path":["/query","/select","/get"],
"role":"collection-B", "index":2},
But this permission never worked. Where is wrong?
--
Sent from: http://lucene.472066.n3.nabble.com/Lucene-Java-Developer-f564358.html
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]