-
Notifications
You must be signed in to change notification settings - Fork 2.8k
docs: fix forward-auth plugin doc #6444
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
| $ curl http://127.0.0.1:9080/headers -H 'Authorization: 123' | ||
| { | ||
| curl http://127.0.0.1:9080/headers -H 'Authorization: 123' \ | ||
| -d '{ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Incorrent modification, this is the response.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good catch! I changed this to two text blocks. PTAL!
| $ curl http://127.0.0.1:9080/headers -H 'Authorization: 321' | ||
| { | ||
| curl http://127.0.0.1:9080/headers -H 'Authorization: 321' \ | ||
| -d '{ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ditto
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
good catch! I changed this to two text blocks. PTAL!
What this PR does / why we need it:
Fixed some curl usage errors.
Pre-submission checklist: