Need feedback/help enabling authentication on my Solr admin console without
it also breaking integration (401 response) with another app (Adobe AEM).
I'm running Solr with Zookeeper and enabled admin UI Authentication via
security.json as described here:
Https://lucene.apache.org/solr/guide/6_6/authentication-and-authorization-plugins.html


Using "blockUnknown":true," in the JSON works great for authentication on
the admin console, but how do I go about having it authenticate ONLY on the
console, allowing Http requests from my app to pass through without
authentication.

Any feedback would be most appreciated. Thank You.

Reply via email to