janhoy commented on a change in pull request #769:
URL: https://github.com/apache/solr/pull/769#discussion_r839068571
##########
File path:
solr/solr-ref-guide/modules/deployment-guide/pages/authentication-and-authorization-plugins.adoc
##########
@@ -207,12 +207,13 @@ Solr has a built-in `PKIAuthenticationPlugin` (described
below) that is always a
Each Authentication plugin may also decide to secure inter-node requests on
its own.
They may do this through the so-called `HttpClientBuilder` mechanism, or they
may alternatively choose on a per-request basis whether to delegate to PKI or
not by overriding a `interceptInternodeRequest()` method from the base class,
where any HTTP headers can be set.
+[#pkiauthenticationplugin]
=== PKIAuthenticationPlugin
The `PKIAuthenticationPlugin` provides a built-in authentication mechanism
where each Solr node is a super user and is fully trusted by other Solr nodes
through the use of Public Key Infrastructure (PKI).
Each Authentication plugin may choose to delegate all or some inter-node
traffic to the PKI plugin.
-There are currently two versions of the PKI Authentication protocol available
in Solr. For each outgoing request `PKIAuthenticationPlugin` adds a special
header which carries the request timestamp and user principal.
+There are currently two versions of the PKI Authentication protocol available
in Solr.For each outgoing request `PKIAuthenticationPlugin` adds a special
header which carries the request timestamp and user principal.
Review comment:
```suggestion
There are currently two versions of the PKI Authentication protocol
available in Solr. For each outgoing request `PKIAuthenticationPlugin` adds a
special header which carries the request timestamp and user principal.
```
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]