MarcusSorealheis commented on a change in pull request #805: SOLR-13649 change
the default behavior of the basic authentication plugin.
URL: https://github.com/apache/lucene-solr/pull/805#discussion_r310342305
##########
File path: solr/CHANGES.txt
##########
@@ -57,6 +57,8 @@ Upgrade Notes
* SOLR-13596: Deprecated GroupingSpecification methods are removed. (Munendra
S N)
+* SOLR-13649: When Basic Authentication is enabled, users will be required to
enter credentials to access the Admin UI and associated operations by default.
The blockUnknown parameter can still be set to false to disable the need to
authenticate. (marcussorealheis)
Review comment:
```{
"authentication": {
"class":"solr.JWTAuthPlugin",
"blockUnknown":"false"
}
}
```
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]