-
Notifications
You must be signed in to change notification settings - Fork 3k
Introduce global HTTP proxy settings configuration #50709
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
|
cc @geoand |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
|
🎊 PR Preview 50d1785 has been successfully built and deployed to https://quarkus-pr-main-50709-preview.surge.sh/version/main/guides/
|
|
Thanks @ppalaga! CI is not happy currently |
|
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
|
b27f402: fixed the compilation failures |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
|
Could please some SME assess whether the failed |
|
cc @xstefank |
|
@ppalaga that test is flaky but it was probably just a timing issue for which we have adjustment config. If it fails again, ping me offline. |
|
Thanks @xstefank, this PR is ready for review then. |
|
Thanks a lot @ppalaga! I'll try and have a look this week |
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.
Is there a reason why you went with proxy-config instead of proxy-registry similar to the TLS naming?
They look like very similar things.
Genuinely curious.
Indeed, the design is similar, but unlike with TLS registry, which hosts some key stores and trust stores, there is no real data in this extension. It is only configuration. Anyway, I do not insist on the name. |
|
I'm with @gsmet on this, I think |
|
OK, be it Anything else, @geoand? |
|
I haven't been able to take a look yet unfortunately |
|
3885a85:
|
|
🙏🏽 |
Status for workflow
|
Status for workflow
|
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.
Great stuff, thanks!
|
Thanks for the review and merge, @geoand! Let me file some followup issues. |
|
👌 |

This is how the global HTTP proxy configuration could work. I am open to discuss any aspects of this PR
What is in this PR:
quarkus-proxy-configextensionTBD:
quarkus-proxy-configReview the new and existing proxy related config docs inquarkus-rest-client-config