Jetty/SOLR Admin Panel Password

前端 未结 2 1699
一生所求
一生所求 2021-01-06 01:06

I am applying authentication on SOLR Admin Panel using jetty. I have read so many tutorials and implemented using following steps:

Added following code in /solr/core

2条回答
  •  谎友^
    谎友^ (楼主)
    2021-01-06 01:33

    Obfuscated password are not completely supported.

    I can confirm that in SOLR 6.4.1 in Cloud Mode with build in Zookeeper, OBF passwords are partially supported. SOLR starts, the Admin UI works, but some of the other API's fail with an error indicating the passwords are incorrect.

    SOLR-8897

    We use an official certificate, not self signed.

    Only clear text passwords seem to work in our instance.

提交回复
热议问题