api-management
Here are 165 public repositories matching this topic...
-
Updated
Jan 26, 2022 - Go
-
Updated
Jan 12, 2022 - JavaScript
Improved or typo fixed.
https://github.com/apache/apisix/blob/0d4f65a9ae06430388af609ca0dcad386225d616/apisix/core/vault.lua
Solution
not doc for how to use vault with Apache APISIX
On contexts with many APIs and APIs calling other APIs in chains, having too many spans in the zipkin/jaeger dashboards may lead to a too complex usage of such dashboards and of not necessary big data volumes.
For Tyk's admin team, the steps representing the time spent in each Tyk middleware are much valuable.
But the upstream APIs teams just want to know the global time spent in Tyk interna
-
Updated
Jan 25, 2022 - PHP
-
Updated
Jan 26, 2022 - Python
Version
1.10.x (beta)
Is your feature request related to a problem? Please describe.
In some cases, the gloo-fed deployment should be scaled down to 0, using helm chart values. For example, for disaster recovery, all Gloo Federation CRs should be restored before gloo-fed is scaled to 1, to ensure that gloo-fed doesn't delete placements of federated resources which were not yet restored.
-
Updated
Jan 11, 2022
-
Updated
Jan 22, 2022 - JavaScript
-
Updated
Jan 15, 2022 - Ruby
-
Updated
Jan 25, 2022 - Java
-
Updated
Nov 5, 2019 - JavaScript
-
Updated
Mar 11, 2021 - JavaScript
-
Updated
Jan 24, 2022 - PHP
-
Updated
Jan 10, 2022 - JavaScript
-
Updated
Jan 14, 2018 - Java
See https://github.com/apiman/apiman/blob/master/.github/workflows/verify.yaml
Might as well also add builds for Java 11 and 15 while at it.
Follow up on #1245
Add a check to validate that x-extensible-enum properties have a string type.
-
Updated
Jan 25, 2022 - Java
-
Updated
Jan 17, 2022 - Java
Proposal
Background
There are two different sets of backend E2E code in the current project, each using a different implementation, and some test cases are duplicated and confusing.
Objectives
Migrate all the test cases to the implementation using ginkgo in e2enew and unify the code writing in e2enew. The ultimate goal is to improve functional test coverage and fix various
-
Updated
Dec 6, 2021 - Kotlin
We tried to build dashboard docker image for ARM in #197 but failed. Since I could build dashboard docker image on m1 so there's nothing to do with the building process itself.
And since it stuck at yarn build, a large chance is free Github Actions machine is lack of memory since we also deploy QEMU to simulate arm environment, as [ref](https://stackoverflow.com/questions/59868448/rpc-error
-
Updated
Jan 26, 2022 - TypeScript
-
Updated
Jan 21, 2022 - Vue
-
Updated
Jan 25, 2022 - Scala
-
Updated
Oct 27, 2020 - Go
-
Updated
Sep 15, 2021 - TypeScript
-
Updated
Jan 23, 2022 - Java
API management apps
Mockend
On-demand GraphQL & REST simple Mock API
Moesif API Insights
Understand API usage and take action with user-centric API observability
Improve this page
Add a description, image, and links to the api-management topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the api-management 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: