Re: Creating a custom auth plugin for solr

2017-07-17 Thread srshaik
Thanks Jan. I had gone though the link. But, not the code. I will look into it and try to understand. However, I had a question regarding support multi-tenancy. If I have one collection containing documents for multiple tenants, would I have to build a custom authorization plugin to prevent one cu

Re: Creating a custom auth plugin for solr

2017-07-17 Thread srshaik
Thanks Jan. I had gone though the link. But, not the code. I will look into it and try to understand. However, I had a question regarding support multi-tenancy. If I have one collection containing documents for multiple tenants, would I have to build a custom authorization plugin to prevent one cu

Re: Creating a custom auth plugin for solr

2017-07-13 Thread Jan Høydahl
I assume you already read http://lucene.apache.org/solr/guide/6_6/authentication-and-authorization-plugins.html When you implement a custom auth plugin you are free to e.g. pull HTTP headers for validation,