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,830 public repositories matching this topic...
overview
Today, the RequestRecorder records service RPC calls. If those take less than < 0ms, the recorder marks them as 0ms.
proposal
Make the RequestRecorder report the elapsed time for service calls that take less than < 0ms as decimal values, instead of 0.
notes
testing
If you take this on, I'd kindly advise to start in a TDD fashion. Write a test
-
Updated
Feb 23, 2022 - Python
Description
Hi,
When I use openid-connect plugins with the wrong redirect_uri in Apache APISIX.
Like flow:
"plugins":{
"openid-connect":{
...
"scope":"openid profile",
"bearer_only":false,
"introspection_endpoint_auth_method":"client_secret_post",
"redirect_uri":"http://127.0.0.1:9080/"
.
-
Updated
Sep 27, 2021 - Go
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
Volunteer help
As a branch of #3274 .
At present, the test coverage of shenyu-common module is not high. Please try to make the test coverage of each class reach more than 80% (in the case of ensuring the stability of the test).
If you would like to help, please leave a message under this issue. BTW, you can use Run 'Test in 'xxx'' With Coverage in IntelliJ IDEA to see the approxim
-
Updated
Apr 22, 2022 - Python
-
Updated
Apr 22, 2022 - Go
-
Updated
Jul 18, 2019
-
Updated
Apr 20, 2022 - JavaScript
Is your feature request related to a problem? Please describe.
This is the logic currently implemented in the main branch:
If
headerscriteria are configured, a request is filtered in if it matches both headers and urls. Ifheaderscriteria are NOT configured, the probability options are used.
Describe the solution you'd like
I want to take the URL check when no header is
-
Updated
Apr 22, 2022 - Python
-
Updated
Mar 17, 2022 - JavaScript
Issue Summary
Building with serverless results in an error:
Build error occurred
TypeError: Class extends value undefined is not a
Version
No response
Is your feature request related to a problem? Please describe.
GIven an AuthConfig CR with multiple config blocks
When the end-user is authenticated / when the userId is created
Put it into filter metadata so that the next item in the auth chain can read the value
Example:
With the following AC
apiVersion: enterprise.gloo.solo.io/v1
kind: AuthConf-
Updated
Jun 2, 2021 - Python
-
Updated
Mar 21, 2022 - Go
-
Updated
Apr 12, 2022 - 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
Preflight checklist
- I could not find a solution in the existing issues, docs, nor discussions.
- I agree to follow this project's Code of Conduct.
- I have read and am following this repository's Contribution Guidelines.
- This issue affec
-
Updated
Jul 6, 2021 - Go
-
Updated
Jul 8, 2020 - JavaScript
-
Updated
Apr 18, 2022 - TypeScript
-
Updated
Apr 22, 2022 - Ruby
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
Apr 22, 2022 - Java
- Wikipedia
- Wikipedia

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