lucidworks / zeppelin-solr

Apache Solr interpreter for Apache Zeppelin
Apache License 2.0
28 stars 4 forks source link

basic auth #5

Closed aroopganguly closed 5 years ago

aroopganguly commented 6 years ago

Hello!

In case I have basic auth setup on my solr cluster/instance, how do I provide the same?

Thanks Aroop

kiranchitturi commented 6 years ago

@aroopganguly Currently, zeppelin-solr does not support basic auth.

aroopganguly commented 6 years ago

@kiranchitturi does it support any other kind of auth like kerberos?

kiranchitturi commented 6 years ago

yes, it does support kerberos. Kerberos can be enabled by setting jvm param -Djava.security.auth.login.config=/path/to/jaas.conf to zeppelin JVM

aroopganguly commented 6 years ago

thanks !