apis
Here are 737 public repositories matching this topic...
-
Updated
Jun 5, 2021 - JavaScript
-
Updated
Jun 5, 2021 - TypeScript
-
Updated
Jun 1, 2021 - JavaScript
-
Updated
Dec 19, 2019 - Go
Summary
As a summary of last discussion on our community slack and a result of my last investigations here: kumahq/kuma#2046 I think we should let us run kuma-init with --verbose flag which would show more information about iptables etc. without manually changing https://github.com/kumahq/kuma/blob/19a906795d47ff0006ab62e12211b48204ad5a0d/pkg/plugins/runtime/k8
-
Updated
May 9, 2021 - JavaScript
-
Updated
May 18, 2021 - Ruby
-
Updated
Jun 5, 2021 - 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
Right now the tutorial is coherently designed, tested, and even documented. However, it doesn't build up in a way that's very beginner friendly. It establishes glom's value and then immediately uses it at an intermediate level.
I'd like it if it was a bit more drawn out to use basic features first and then add a multi-line Coalesce as the
-
Updated
Apr 16, 2021 - Python
-
Updated
May 13, 2021 - JavaScript
-
Updated
May 29, 2021 - Go
-
Updated
Jun 5, 2021 - Rust
-
Updated
Jun 5, 2021 - Python
-
Updated
Jun 4, 2021 - Java
-
Updated
Jun 3, 2021 - Java
Testserver support
So trying this out I've found that Pact.Net starts an additional service for both creation and verification of pacts.
Is there any specific reason other than that it hasn't been done because no one had time that this couldn't be done in memory with TestServer instead? That would completely eliminate the need for any sort of port allocation and the creation of additional actual live servers duri
-
Updated
Apr 23, 2021 - JavaScript
-
Updated
Jun 5, 2021 - JavaScript
-
Updated
May 6, 2021 - JavaScript
-
Updated
May 13, 2021 - Python
-
Updated
Jul 9, 2020 - Lua
Improve this page
Add a description, image, and links to the apis topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the apis topic, visit your repo's landing page and select "manage topics."
Can anyone please help me out. I'm getting error while generating KONG client credentials on HTTP port 8000.
{ "error_description": "You must use HTTPS", "error": "access_denied" }I have added trusted_ips = 0.0.0.0/0,::/0 in kong.conf also, but it didn't work.