-
Notifications
You must be signed in to change notification settings - Fork 82
Fastly: Fixed basic auth snippet #2636
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
Preview of modified Markdown: |
Co-authored-by: Vidar Langseid <vl@ibexa.co>
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.
Thank you Thorsten!
Looks good to me doc-wise, I assume you've tested this already? Or do you think QA is needed here?
Co-authored-by: Marek Nocoń <mnocon@users.noreply.github.com>
It's tested - @vidarl and myself did a quick" testing session" |
Ok, so just ping me when you feel like it's ready to be merged and I will take care of that 😉 |
@mnocon , can be merged, I am feeling it ! |
* Fixed basic auth snippet * Update docs/infrastructure_and_maintenance/cache/http_cache/fastly.md Co-authored-by: Vidar Langseid <vl@ibexa.co> * Update docs/infrastructure_and_maintenance/cache/http_cache/fastly.md Co-authored-by: Marek Nocoń <mnocon@users.noreply.github.com> --------- Co-authored-by: Vidar Langseid <vl@ibexa.co> Co-authored-by: Marek Nocoń <mnocon@users.noreply.github.com>
* Fixed basic auth snippet * Update docs/infrastructure_and_maintenance/cache/http_cache/fastly.md Co-authored-by: Vidar Langseid <vl@ibexa.co> * Update docs/infrastructure_and_maintenance/cache/http_cache/fastly.md Co-authored-by: Marek Nocoń <mnocon@users.noreply.github.com> --------- Co-authored-by: Vidar Langseid <vl@ibexa.co> Co-authored-by: Marek Nocoń <mnocon@users.noreply.github.com>
Following the steps from https://doc.ibexa.co/en/latest/infrastructure_and_maintenance/cache/http_cache/fastly/#enable-basic-auth-on-fastly we noticed that the 1st ESI request is never cached when enabling Basic Auth.
PR removes
req.http.Authorization
header for all ESI subrequests - fixing the issue.