api-gateway
An API can be thought of as an instruction manual for communication between multiple software apparatuses. For example, an API may be used for database communication between web applications. By extracting the implementation and relinquishing data into objects, an API simplifies programming.
Here are 1,730 public repositories matching this topic...
-
Updated
Nov 2, 2021 - Python
-
Updated
Sep 27, 2021 - Go
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
Expected Behavior / New Feature
Support sticky sessions for ServiceDiscoveryProviders
Actual Behavior / Motivation for New Feature
When using websockets with ocelot in a distributed system, problem can arise since ocelot, as far as i know, doesn't support sticky sessions when working with service discovery providers.
The functionality could be great if it could work with both consul
-
Updated
Feb 8, 2022 - Python
Description
Hi community,
In DividePluginTest, there is only /order/save is covered. But we should test all http api in shenyu-examples-http. So we need to do the following task.
If you want to participate, please leave a message under issue.
Task List
- add integration test for http api in
HttpTestController@totalo - add integration test for http api in
-
Updated
Jan 18, 2022 - Go
-
Updated
Jul 18, 2019
-
Updated
Jan 27, 2022 - JavaScript
Is egctl has any way to delete all objects using just one command, right now I can put all Easegress objects(including HTTPServer、GlobalFilter、NacosServiceRegistry、HTTPPipeline etc) in a file and use just one command egctl object create -f file to create. But for any reason if I change one of these objects especially for local debug,it is very hard for me to apply these new changes(I need to
-
Updated
Dec 21, 2021 - JavaScript
-
Updated
Feb 7, 2022 - Python
Hi,
I've started using spring cloud gateway as front door for set of microservices, and using oauth2. When implementing bean "ReactiveOAuth2AuthorizedClientManager" to customize some prosperities, a duplicate bean definition exception is throw at runtime:
_org.springframework.beans.factory.NoUniqueBeanDefinitionException: No qualifying bean of type 'org.springframework.security.oauth2.client.R
Gloo Edge Version
1.10.x (latest stable)
Kubernetes Version
1.21.x
Describe the bug
When a request is rate-limited, we should see the RL flag in the Envoy access logs.
In version 1.10, the flag is left empty -
Steps to reproduce the bug
GIST: https://gist.github.com/bcollard/9cfaa5a36247ea42dd14b6c2b48eeb56
Expected Behavior
response flag with
Issue Summary
Building with serverless results in an error:
Build error occurred
TypeError: Class extends value undefined is not a
-
Updated
Jun 2, 2021 - Python
-
Updated
Jan 14, 2022 - Go
-
Updated
Dec 17, 2021 - Go
If not for some particular exceptions, the status code returned from our WebAPI on error is always 500, regardless of the kind of error.
If an object already exists, for example, it should be returned as 409. If the object does not pass the schema validation, it should be a 415.
Go through the whole WebAPI and verify that the status codes are being returned correctly.
Hint: Error cl
-
Updated
Dec 16, 2021
Is your feature request related to a problem? Please describe.
The hydrator have only Basic auth - see config: https://www.ory.sh/oathkeeper/docs/pipeline/mutator/#configuration-4, however for more flexibility, similiar pre-authorization mechanism could ba added as in the instropsection authenticator handler: https://www.ory.sh/oathkeeper/docs/pipeline/mutator/#configuration-4
**Descri
-
Updated
Jul 6, 2021 - Go
-
Updated
Jul 8, 2020 - JavaScript
-
Updated
Feb 6, 2022 - Ruby
-
Updated
Feb 7, 2022 - TypeScript
Right now settings are just passed in through the settings file. This is somewhat limiting if there is a value that will be dynamic with deployments (such as a docker image file, etc.) We should support accepting settings through environment variables, the CLI, the current settings file, and any mix of those.
The order of precedence with mixed should be CLI -> environment -> config file.
If
-
Updated
Feb 8, 2022 - Java
-
Updated
Jan 19, 2022 - Java
- Wikipedia
- Wikipedia
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: