-
Notifications
You must be signed in to change notification settings - Fork 46
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
Fix x-remote-user usage #9602
Fix x-remote-user usage #9602
Conversation
flomonster
commented
Nov 6, 2024
- Editoast: stop splitting the provider and the identity id
- Gateway: provide the x-remote-name (match the design doc)
Codecov ReportAttention: Patch coverage is
❗ Your organization needs to install the Codecov GitHub app to enable full functionality.
Additional details and impacted files@@ Coverage Diff @@
## dev #9602 +/- ##
============================================
- Coverage 42.51% 37.13% -5.39%
============================================
Files 1311 987 -324
Lines 105413 90491 -14922
Branches 3297 1122 -2175
============================================
- Hits 44812 33600 -11212
+ Misses 58655 55776 -2879
+ Partials 1946 1115 -831
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
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.
LGTM, not tested
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.
LGTM, if It works on dev
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.
lgtm
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.
Cool perfect !
41daecf
to
2c6d50e
Compare
- Editoast: stop splitting the provider and the identity id - Gateway: provide the x-remote-name (match the design doc) Signed-off-by: Florian Amsallem <florian.amsallem@gmail.com>
2c6d50e
to
dbc75f8
Compare