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

internal/dag: configure 502 if include references another (#5016) #5157

Conversation

liangyuanpeng
Copy link
Contributor

Set 502 response if include references another root

Fixes #5016

@liangyuanpeng liangyuanpeng requested a review from a team as a code owner March 9, 2023 14:46
@liangyuanpeng liangyuanpeng requested review from stevesloka and skriss and removed request for a team March 9, 2023 14:46
@github-actions
Copy link

github-actions bot commented Mar 9, 2023

Hi @liangyuanpeng! Welcome to our community and thank you for opening your first Pull Request. Someone will review it soon. Thank you for committing to making Contour better. You can also join us on our mailing list and in our channel in the Kubernetes Slack Workspace

@sunjayBhatia sunjayBhatia added the release-note/small A small change that needs one line of explanation in the release notes. label Mar 17, 2023
@codecov
Copy link

codecov bot commented Mar 17, 2023

Codecov Report

Merging #5157 (c383eb0) into main (eb2b000) will increase coverage by 0.00%.
The diff coverage is 100.00%.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             main    #5157   +/-   ##
=======================================
  Coverage   77.90%   77.91%           
=======================================
  Files         138      138           
  Lines       17856    17861    +5     
=======================================
+ Hits        13911    13916    +5     
  Misses       3675     3675           
  Partials      270      270           
Impacted Files Coverage Δ
internal/dag/httpproxy_processor.go 92.33% <100.00%> (+0.03%) ⬆️

Copy link
Member

@sunjayBhatia sunjayBhatia left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks for the PR, implementation looks great, just needs

@github-actions
Copy link

github-actions bot commented Apr 1, 2023

The Contour project currently lacks enough contributors to adequately respond to all PRs.

This bot triages PRs according to the following rules:

  • After 14d of inactivity, lifecycle/stale is applied
  • After 30d of inactivity since lifecycle/stale was applied, the PR is closed

You can:

  • Mark this PR as fresh by commenting or pushing a commit
  • Close this PR
  • Offer to help out with triage

Please send feedback to the #contour channel in the Kubernetes Slack

@github-actions github-actions bot added the lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. label Apr 1, 2023
@liangyuanpeng liangyuanpeng force-pushed the badgateway_include_roothttpproxy branch from 4514034 to ed7ac77 Compare April 4, 2023 09:26
@github-actions github-actions bot removed the lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. label Apr 5, 2023
@liangyuanpeng liangyuanpeng force-pushed the badgateway_include_roothttpproxy branch from ed7ac77 to 0e3fd79 Compare April 7, 2023 01:28
@sunjayBhatia
Copy link
Member

the test failure should be resolved by merging/rebasing main and swapping the Listener port in the test to 8080, that was a change that occurred on main more recently

Set 502 response if include references another root

Fixes projectcontour#5016

Signed-off-by: Lan Liang <gcslyp@gmail.com>
@liangyuanpeng liangyuanpeng force-pushed the badgateway_include_roothttpproxy branch from 0e2f855 to c383eb0 Compare April 12, 2023 14:58
@sunjayBhatia sunjayBhatia merged commit 98f876a into projectcontour:main Apr 13, 2023
27 checks passed
padlar pushed a commit to padlar/contour that referenced this pull request Apr 20, 2023
projectcontour#5157)

Set 502 response if include references another root

Fixes projectcontour#5016

Signed-off-by: Lan Liang <gcslyp@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release-note/small A small change that needs one line of explanation in the release notes.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

HTTPProxy include processing: Configure 502 if include references another root
2 participants