Skip to content
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: [Destinations] Allow for Custom Proxy Config in ON_PREMISE Destinations #327

Merged
merged 2 commits into from
Feb 27, 2024

Conversation

MatKuhr
Copy link
Member

@MatKuhr MatKuhr commented Feb 26, 2024

Context

Previously, any invocation to proxy(..) on DefaultHttpDestination.Builder was meaningless, if the destination has the proxy type `ON_PREMISE, because the value would be overriden when adding the on-prem logic.

This change is handy for local testing (where you need to set the proxy URL to localhost) or any scenario where a non-default connectivity proxy config is used.

Definition of Done

  • Functionality scope stated & covered
  • Tests cover the scope above
  • Error handling created / updated & covered by the tests above
  • Documentation updated
  • Release notes updated

@MatKuhr MatKuhr added please merge Request to merge a pull request please review Request to review a pull request labels Feb 26, 2024
@MatKuhr MatKuhr enabled auto-merge (squash) February 26, 2024 12:13
@MatKuhr MatKuhr merged commit d6a45ba into main Feb 27, 2024
16 checks passed
@MatKuhr MatKuhr deleted the fix/onpremise-destination-proxyconfig-force-override branch February 27, 2024 09:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
please merge Request to merge a pull request please review Request to review a pull request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants