epugh commented on code in PR #3162: URL: https://github.com/apache/solr/pull/3162#discussion_r1945053453
########## solr/solr-ref-guide/modules/deployment-guide/pages/basic-authentication-plugin.adoc: ########## @@ -56,13 +56,42 @@ There are several options defined in this example: <1> The first block defines the authentication plugin to be used and its parameters. <2> The parameter `"blockUnknown":true` means that unauthenticated requests are not allowed to pass through. -<3> A user called 'solr', with a password `'SolrRocks'`, in the encoded format detailed above, has been defined. +<3> A user called 'solr', with a password `'SolrRocks'`, in the encoded format detailed above, has been defined. See below for a bash script on how to caculate the encoded format. <4> We override the `realm` property to display another text on the login prompt. <5> The parameter `"forwardCredentials":false` means we let Solr's PKI authentication handle distributed request instead of forwarding the Basic Auth header. Save your settings to a file called `security.json` locally. If you are using Solr in single-node installation, you should put this file in `$SOLR_HOME`. +The following bash script illustrates how to calculated the encoded password format: Review Comment: "calculate". Also, thank you for your contribution! -- 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: issues-unsubscr...@solr.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org For additional commands, e-mail: issues-h...@solr.apache.org