-
Notifications
You must be signed in to change notification settings - Fork 163
feat: Allow custom headers #3660
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
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## flagging-dev #3660 +/- ##
================================================
- Coverage 92.07% 91.98% -0.10%
================================================
Files 326 326
Lines 8201 8206 +5
Branches 1856 1860 +4
================================================
- Hits 7551 7548 -3
- Misses 650 658 +8 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
/merge |
View all feedbacks in Devflow UI.
The expected merge time in
Build pipeline has failing jobs for b3722e6: What to do next?
DetailsSince those jobs are not marked as being allowed to fail, the pipeline will most likely fail. |
This replaces #3604
Motivation
We are allowing the SDK to proxy its configuration and as such, need to be able to set request headers.
Changes
customHeaders
to the provider init optionsoverwriteHeaders
option to suppressdd-application-id
anddd-client-token
from being included in the requestTest instructions
Checklist