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,786 public repositories matching this topic...
Overview
I think it's time to start iterating on hashicorp/consul#11536 . Since, I've gathered some feedback from folks that we can implement.
Suggestions
Let's look at an errored check:
PR seems to modify metrics behavior. It seems no tests or test behavior has been modified.
Please update the PR with any relevant updated testing or add a pr/no-m
-
Updated
Feb 23, 2022 - Python
Improved or typo fixed.
We don't have a Chinese version of datadog plugin doc. The English one is here: https://github.com/apache/apisix/blob/master/docs/en/latest/plugins/datadog.md.
Solution
Add the Chinese version.
-
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
Description
Hi Community:
This PR is to format the current SQL, following the principle of right-aligning keywords (Uppercase) and left-aligning fields. I would like to make this task a good first issue so that new comers can get involved in handling the rest of the SQL file. Do you think it's a good idea?
for example:
before formatting:
select id, name, age from user where
-
Updated
Mar 24, 2022 - Python
-
Updated
Mar 4, 2022 - Go
-
Updated
Jul 18, 2019
-
Updated
Mar 8, 2022 - JavaScript
Is your feature request related to a problem? Please describe.
This is the logic currently implemented in the main branch:
If
headers
criteria are configured, a request is filtered in if it matches both headers and urls. Ifheaders
criteria 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
Mar 17, 2022 - JavaScript
-
Updated
Mar 22, 2022 - Python
Issue Summary
Building with serverless
results in an error:
Build error occurred
TypeError: Class extends value undefined is not a
Version
1.8.x
Is your feature request related to a problem? Please describe.
validationServerGrpcMaxSizeBytes is too low, so when deploying gloo in an env with more than 1000 vs/us for example the gateway will break and nothing will be served to envoy.
increasing validationServerGrpcMaxSizeBytes to 100mb by default has no impacts on the product and will avoid breaking the control p
-
Updated
Jun 2, 2021 - Python
-
Updated
Mar 21, 2022 - Go
-
Updated
Mar 13, 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
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
Mar 23, 2022 - Ruby
-
Updated
Mar 21, 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
Mar 24, 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