Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
api: Add Request Info Middleware #4526
api: Add Request Info Middleware #4526
Changes from all commits
3a45237
725345f
f30bb7b
198fb0b
a80af26
d9ed82f
5af1d1c
3041f1f
232f798
bd9553b
01f88c7
a313450
5ba83fe
e3ddcd9
edd63ae
271e58f
2540d56
ea08f30
4800b61
9a2eaec
894a0fe
befd6d3
4a2eb02
0981c7b
4fdb3d4
8f9d6a7
b68a2ae
932ba4d
2652c93
2eff957
be4a3f3
1b6ab1c
dbaf902
e778858
2e8966f
a112ed9
f83681b
3366bc7
aa11cee
42d8b60
6852387
e186524
71ce331
97025d4
3c40ef8
c308901
8659fc6
43beb8b
cc577b3
6a48e2e
dc52e3d
7b4f6b9
83c4ca9
b7ec272
3975382
924f302
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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.
How many switches do we need after supporting the audit and rate limit?
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.
three switches. A total service middleware switches, a rate limit switch, and an audit switch