Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

Solr - Banana UI Auth & Auth

avatar
New Member

Is there any mechanism to plugin authentication and authorization on Banana dashboard?

1 ACCEPTED SOLUTION

avatar
Guru

The correct link is http://www.eclipse.org/jetty/documentation/current/configuring-security-authentication.html for how to secure jetty.

There are multiple means of doing this documented there. My personal favorite is to use SSL client security.

Another option which might provide better integration with a secured Hortonworks cluster would be to use Knox to proxy the solr interface, and use Knox for authentication or single sign on.

The Knox Developers' Guide has more information on how to configure a proxy for non-default services such as the banana and solr web endpoints.

View solution in original post

1 REPLY 1

avatar
Guru

The correct link is http://www.eclipse.org/jetty/documentation/current/configuring-security-authentication.html for how to secure jetty.

There are multiple means of doing this documented there. My personal favorite is to use SSL client security.

Another option which might provide better integration with a secured Hortonworks cluster would be to use Knox to proxy the solr interface, and use Knox for authentication or single sign on.

The Knox Developers' Guide has more information on how to configure a proxy for non-default services such as the banana and solr web endpoints.