【发布时间】:2017-02-16 13:10:50
【问题描述】:
如何在文档级别保护 solr。我已经在管理员级别保护了 solr,但我仍然可以通过 curl 请求获得响应
http://localhost:8983/solr/core1/select?q=%3A&wt=xml&indent=true
【问题讨论】:
如何在文档级别保护 solr。我已经在管理员级别保护了 solr,但我仍然可以通过 curl 请求获得响应
http://localhost:8983/solr/core1/select?q=%3A&wt=xml&indent=true
【问题讨论】:
您可以添加角色以仅访问特定集合甚至搜索/更新处理程序。更多信息在这里 https://cwiki.apache.org/confluence/display/solr/Rule-Based+Authorization+Plugin
如果上述内容不是您想要的,这里还有一些关于文档级安全性的链接:
http://lucene.472066.n3.nabble.com/document-level-security-filter-solution-for-Solr-td4126992.html
http://wiki.apache.org/solr/SolrSecurity#Document_Level_Security
【讨论】: