You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@solr.apache.org by GitBox <gi...@apache.org> on 2022/03/09 20:01:56 UTC

[GitHub] [solr] cpoerschke commented on a change in pull request #735: SOLR-16085: fix curl command, reformatting for easier reading

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: issues-unsubscribe@solr.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@solr.apache.org
For additional commands, e-mail: issues-help@solr.apache.org