cpoerschke commented on a change in pull request #735: URL: https://github.com/apache/solr/pull/735#discussion_r823039053
########## File path: solr/solr-ref-guide/modules/deployment-guide/pages/jwt-authentication-plugin.adoc ########## @@ -232,14 +239,21 @@ curl http://localhost:8983/solr/admin/authentication -H 'Content-type:applicatio [source,bash] ---- -curl http://localhost:8983/api/cluster/security/authentication -H 'Content-type:application/json' -H 'Authorization: Bearer xxx.yyy.zzz' -d -d '{"set-property": {"blockUnknown":true, "wellKnownUrl": "https://example.com/.well-knwon/openid-configuration", "scope": "solr:read solr:write"}}' Review comment: `s/-d -d/-d` is the typo being fixed here. `git grep "\-d \-d"` finds no other cases of it. -- 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]
