kubernetes-ingress-controller
Here are 16 public repositories matching this topic...
Version
1.10.x (beta)
Is your feature request related to a problem? Please describe.
We have customer requests to expose the following HCM properties:
headers_with_underscores_actionmax_requests_per_connection
It sounds like they are now available on the go-control-plane version we use.
EDIT: additional note: https://www.envoyproxy.io/docs/envoy/latest/api-v3/ex
Hello everyone!
For a sake of consistency we can improve our AWS policy JSON document:
{
"Effect": "Allow",
"Action": "iam:CreateServiceLinkedRole",
"Resource": "*",
"Cond
NOTE: GitHub issues are reserved for bug reports only.
For anything else, please join the conversation
in Kong Nation https://discuss.konghq.com/c/kubernetes.
-
Updated
Nov 13, 2021 - Go
-
Updated
Dec 17, 2021 - PHP
-
Updated
Jan 3, 2022 - Python
-
Updated
Dec 19, 2021 - Go
-
Updated
Dec 20, 2021 - Go
-
Updated
Jan 21, 2021 - Go
-
Updated
Oct 5, 2018 - Go
-
Updated
Oct 17, 2017 - Shell
-
Updated
Sep 21, 2018 - Shell
-
Updated
Feb 18, 2021 - Go
-
Updated
Nov 15, 2017 - Makefile
-
Updated
Mar 18, 2020
Improve this page
Add a description, image, and links to the kubernetes-ingress-controller topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the kubernetes-ingress-controller topic, visit your repo's landing page and select "manage topics."


Is there an existing issue for this?
Kong version (
$ kong version)2.5.1.0
Current Behavior
When calling
kong.response.exit(), the function automatically sets the Content-Length header on the response even if the Transfer-Encoding header is present. This is in violation of RFC 7230 3.3.2: