-
Notifications
You must be signed in to change notification settings - Fork 5.1k
jwks: Add UA string to headers #35977
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
Hi @Athishpranav2003, welcome and thank you for your contribution. We will try to review your Pull Request as quickly as possible. In the meantime, please take a look at the contribution guidelines if you have not done so already. |
04e6f1d
to
342977c
Compare
You can add tests in /assign @tyxia as codeowner. /wait for tests, addressing pending comments |
342977c
to
a491288
Compare
a491288
to
f4cbb87
Compare
@tyxia I would need help in setting up the testing env |
In order for the reviewers to be reminded about a PR it needs to be in "ready for review mode" otherwise reviewers won't get pinged. |
/wait The CI failures are legitimate |
@Athishpranav2003 Could you clarify what specific assistance you need? Have you checked this https://github.com/envoyproxy/envoy/blob/1da76eb9a1695e35b7097481624e7ffc3e9aeab8/bazel/README.md suggested by Kevin? btw, for format error you can try command "bazel run //tools/code_format:check_format -- fix" |
@tyxia I guess i am able to use the docker scripts for format and testing, so its fine only(even tho its slow) |
f4cbb87
to
f0e941e
Compare
ebdfcc6
to
de55178
Compare
@tyxia can you check the PR now? |
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.
Thanks for your contribution!
Also add @yerkulees (original reporter of #35785) for review to see if it meets the need. |
de55178
to
b1d63b3
Compare
@tyxia resolved the comments and also CI tests are passing |
Signed-off-by: Athish Pranav D <athishanna@gmail.com>
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, Thanks!
I would like @yerkulees (original reporter of #35785) to take a look before merging the PR
Thank you, I’ll be able to look at it this morning.
…On Tue, Sep 10, 2024 at 7:15 AM Tianyu ***@***.***> wrote:
***@***.**** approved this pull request.
LGTM, Thanks!
I would like @yerkulees <https://github.com/yerkulees> (original reporter
of #35785 <#35785>) to take a
look before merging the PR
—
Reply to this email directly, view it on GitHub
<#35977 (review)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABYZ2BQEVHM4E7LKSOVKP33ZV35G7AVCNFSM6AAAAABNVUWFTGVHI2DSMVQWIX3LMV43YUDVNRWFEZLROVSXG5CSMV3GSZLXHMZDEOJSGY3TAOJVGM>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
This works for my situation, thank you very much!
…On Tue, Sep 10, 2024 at 7:19 AM Jordan Yerkes ***@***.***> wrote:
Thank you, I’ll be able to look at it this morning.
On Tue, Sep 10, 2024 at 7:15 AM Tianyu ***@***.***> wrote:
> ***@***.**** approved this pull request.
>
> LGTM, Thanks!
>
> I would like @yerkulees <https://github.com/yerkulees> (original
> reporter of #35785 <#35785>)
> to take a look before merging the PR
>
> —
> Reply to this email directly, view it on GitHub
> <#35977 (review)>,
> or unsubscribe
> <https://github.com/notifications/unsubscribe-auth/ABYZ2BQEVHM4E7LKSOVKP33ZV35G7AVCNFSM6AAAAABNVUWFTGVHI2DSMVQWIX3LMV43YUDVNRWFEZLROVSXG5CSMV3GSZLXHMZDEOJSGY3TAOJVGM>
> .
> You are receiving this because you were mentioned.Message ID:
> ***@***.***>
>
--
Jordan K Yerkes
San Diego, CA
e. ***@***.***
|
* upstream/main: (21 commits) Add a CPU utilization resource monitor for overload manager (envoyproxy#34713) jwks: Add UA string to headers (envoyproxy#35977) exceptions: cleaning up macros (envoyproxy#35694) coverage: ratcheting (envoyproxy#36058) runtime: load rtds bool correctly as true/false instead of 1/0 (envoyproxy#36044) Typo in documentation of http original_src filter (envoyproxy#36060) docs: updating meeting info (envoyproxy#36052) quic: removes more references to spdy::Http2HeaderBlock. (envoyproxy#36057) json: add null support to the streamer (envoyproxy#36051) json: make the streamer a template class (envoyproxy#36001) docs: Add `apt.envoyproxy.io` install information (envoyproxy#36050) ext_proc: elide redundant copy in ext_proc filter factory callback (envoyproxy#36015) build(deps): bump yarl from 1.11.0 to 1.11.1 in /tools/base (envoyproxy#36049) build(deps): bump multidict from 6.0.5 to 6.1.0 in /tools/base (envoyproxy#36048) quic: enable certificate compression/decompression (envoyproxy#35999) Geoip fix asan failure (envoyproxy#36043) mobile: Fix missing logging output in Swift integration tests (envoyproxy#36040) http: minor code clean up to the http filter manager (envoyproxy#36027) ci/example: Dont build/test the filter example in Envoy CI (envoyproxy#36038) ci/codeql: Fix build setup (envoyproxy#36021) ... Signed-off-by: Qiu Yu <qiuyu@apple.com>
Commit Message: Add the "Go-browser" UA string to the headers to make request for JWKS Fetcher
Additional Description: Since none of the requests are having a UA string it makes sense to add it as part of utility lib itself
Risk Level: N/A
Testing: N/A
Docs Changes: N/A
Release Notes: N/A
Platform Specific Features: N/A
Fixes #35785