[ https://issues.apache.org/jira/browse/NUTCH-2991?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17735330#comment-17735330 ]
Hudson commented on NUTCH-2991: ------------------------------- SUCCESS: Integrated in Jenkins build Nutch » Nutch-trunk #101 (See [https://ci-builds.apache.org/job/Nutch/job/Nutch-trunk/101/]) NUTCH-2991 Support HTTP/S Header Authorization for Solr connections (#763) (github: [https://github.com/apache/nutch/commit/9109bdd740ba578fcffff17745ebc9f53f464667]) * (edit) src/java/org/apache/nutch/indexer/IndexWriters.java * (edit) src/plugin/indexer-solr/src/java/org/apache/nutch/indexwriter/solr/SolrIndexWriter.java * (edit) src/plugin/indexer-solr/src/java/org/apache/nutch/indexwriter/solr/SolrConstants.java * (edit) conf/index-writers.xml.template * (edit) src/plugin/indexer-solr/src/java/org/apache/nutch/indexwriter/solr/SolrUtils.java > Support HTTP/S Header Authorization for Solr connections > -------------------------------------------------------- > > Key: NUTCH-2991 > URL: https://issues.apache.org/jira/browse/NUTCH-2991 > Project: Nutch > Issue Type: New Feature > Components: indexer, plugin > Affects Versions: 1.19 > Reporter: Marcos Gomez > Priority: Major > Fix For: 1.20 > > Attachments: solr_token_auth.patch, solr_token_auth_2.patch > > > Currently only Basic Authentication is possible with Solr, but I have an > issue to connect to a Solr instance that use Token authentication. > So it should be possible to define the value of Authorization Header to > provide the name and token value, that will be send on the HTTP request to > Solr. > Header: > * Authorization: _Name Value_ > So in the configuration should be able to set up something like this to > populate the header: > * solr.auth.header.name=Bearer > * solr.auth.header.value=JWT_TOKEN > -- This message was sent by Atlassian Jira (v8.20.10#820010)