kong
Here are 389 public repositories matching this topic...
This issue is a followup from @jakubdyszkiewicz question kumahq/kuma#2764 (comment)
We should investigate what kind of metrics we could get from controller-runtime as they may be helpful in potential debugging
-
Updated
Oct 22, 2020 - JavaScript
A Kong SNI can only point to a single certificate. Per Kong/kubernetes-ingress-controller#1268 (comment), misconfigured Kubernetes resources can attempt to point an SNI to multiple certificates.
While we do avoid adding attached SNIs to new certificates, we do
-
Updated
Nov 16, 2021
-
Updated
Sep 18, 2021 - JavaScript
-
Updated
Jul 5, 2021
-
Updated
Aug 9, 2020 - JavaScript
-
Updated
Nov 18, 2021 - Go
-
Updated
Sep 22, 2021 - JavaScript
-
Updated
Apr 19, 2018 - Go
-
Updated
Nov 11, 2021 - PHP
-
Updated
Sep 10, 2019
-
Updated
Nov 18, 2021 - Lua
-
Updated
Apr 17, 2019 - Lua
-
Updated
Oct 8, 2021 - Python
-
Updated
Mar 13, 2019 - Java
-
Updated
Oct 21, 2021 - Lua
-
Updated
Dec 3, 2020
-
Updated
May 19, 2020 - JavaScript
-
Updated
Dec 28, 2020 - HTML
-
Updated
Nov 18, 2021
-
Updated
Dec 22, 2020 - Java
-
Updated
Aug 4, 2021 - Lua
Improve this page
Add a description, image, and links to the kong topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the kong topic, visit your repo's landing page and select "manage topics."
expected result:
example.com?param=abc -> will become example.com
example.com/?param=abc -> will stay example.com/
actual result:
example.com?param=abc -> become example.com
example.com/?param=abc -> stays example.com/?param=abc