api-management
Here are 165 public repositories matching this topic...
-
Updated
Feb 15, 2022 - Go
-
Updated
Feb 15, 2022 - JavaScript
Issue description
How to current limit both in minutes and day by using plugin limit-count?
current,the plugin limit-count only Set a traffic limiting mode, Second or minute,If I want to set seconds and minutes at the same time,plugin not support,Because what you set later overwrites what you set earlier,Is there a better solution to this problem?thank you
Environment
- apisix v
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
Feb 15, 2022 - PHP
-
Updated
Feb 15, 2022 - Python
Version
1.10.x (latest stable)
Is your feature request related to a problem? Please describe.
When deploying Gloo Edge via Helm chart and disabling the discovery feature in Helm values, the chart still creates discovery-related RBAC resources even though they aren't needed:
- The discovery
ServiceAccountis created - The discovery
ServiceAccountappears as asubjectof vario
-
Updated
Feb 6, 2022
-
Updated
Jan 22, 2022 - JavaScript
-
Updated
Feb 12, 2022 - Ruby
-
Updated
Feb 15, 2022 - Java
-
Updated
Nov 5, 2019 - JavaScript
-
Updated
Mar 11, 2021 - JavaScript
-
Updated
Feb 13, 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.
Describe your problem(s)
Expect a way to edit an existing comment on the API. In the current implementation, we cannot do such an update using the POST restful API [1].
Describe your solution
Introduce a PUT resource to /apis/{apiId}/comments
-
Updated
Jan 30, 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
Feb 14, 2022 - Kotlin
-
Updated
Feb 15, 2022 - TypeScript
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
Feb 10, 2022 - Vue
-
Updated
Feb 15, 2022 - Scala
-
Updated
Oct 27, 2020 - Go
-
Updated
Sep 15, 2021 - TypeScript
-
Updated
Feb 15, 2022 - Java
API management apps
Moesif API Insights
Understand API usage and take action with user-centric API observability
Mockend
On-demand GraphQL & REST simple Mock API
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: