ctargett commented on a change in pull request #635: SOLR-13371 improve
security chapters in refguide
URL: https://github.com/apache/lucene-solr/pull/635#discussion_r291791879
##########
File path:
solr/solr-ref-guide/src/authentication-and-authorization-plugins.adoc
##########
@@ -118,20 +121,13 @@ An authentication plugin consists of two parts:
* All of the content in the authentication block of `security.json` would be
passed on as a map to the plugin during initialization.
* An authentication plugin can also be used with a standalone Solr instance by
passing in `-DauthenticationPlugin=<plugin class name>` during startup.
-=== Available Authentication Plugins
-
-Solr has the following implementations of authentication plugins:
-
-*
<<kerberos-authentication-plugin.adoc#kerberos-authentication-plugin,Kerberos
Authentication Plugin>>
-* <<basic-authentication-plugin.adoc#basic-authentication-plugin,Basic
Authentication Plugin>>
-* <<hadoop-authentication-plugin.adoc#hadoop-authentication-plugin,Hadoop
Authentication Plugin>>
-* <<jwt-authentication-plugin.adoc#jwt-authentication-plugin,JWT
Authentication Plugin>>
+See <<securing-solr.adoc#securing-solr,Securing Solr>> for a list of available
authentication plugins.
== Authorization
An authorization plugin can be written for Solr by extending the
{solr-javadocs}/solr-core/org/apache/solr/security/AuthorizationPlugin.html[AuthorizationPlugin]
interface.
-=== Loading a Custom Plugin
+=== Enabling an authorization Plugin
Review comment:
+1 to the change, but capitalize "authorization".
----------------------------------------------------------------
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]