Closed Jean-Daniel closed 1 year ago
The Kubernetes project currently lacks enough contributors to adequately respond to all issues.
This bot triages un-triaged issues according to the following rules:
lifecycle/stale
is appliedlifecycle/stale
was applied, lifecycle/rotten
is appliedlifecycle/rotten
was applied, the issue is closedYou can:
/remove-lifecycle stale
/close
Please send feedback to sig-contributor-experience at kubernetes/community.
/lifecycle stale
The Kubernetes project currently lacks enough active contributors to adequately respond to all issues.
This bot triages un-triaged issues according to the following rules:
lifecycle/stale
is appliedlifecycle/stale
was applied, lifecycle/rotten
is appliedlifecycle/rotten
was applied, the issue is closedYou can:
/remove-lifecycle rotten
/close
Please send feedback to sig-contributor-experience at kubernetes/community.
/lifecycle rotten
The Kubernetes project currently lacks enough active contributors to adequately respond to all issues and PRs.
This bot triages issues according to the following rules:
lifecycle/stale
is appliedlifecycle/stale
was applied, lifecycle/rotten
is appliedlifecycle/rotten
was applied, the issue is closedYou can:
/reopen
/remove-lifecycle rotten
Please send feedback to sig-contributor-experience at kubernetes/community.
/close not-planned
@k8s-triage-robot: Closing this issue, marking it as "Not Planned".
Actually, there is no way to generate a response with a specific status, and a specific header.
I'm try to test redirect response handling behavior on contour, but it requires that I generate a redirect response (code 30x) with a specific
Location
header.I can generate a
Location
header on the/echo
endpoint thanks toX-Echo-Set-Header
, and I can generate a30x
response using the/status
endpoint, but I can't get both.I don't know what is the best way to handle this. Is it to add support for
X-Echo-Set-Header
to the /status endpoint, or is it to add a newX-Echo-Status
header to the/echo
endpoint, which would be use to specify the/echo
response status.