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,594 public repositories matching this topic...
-
Updated
Sep 22, 2021 - Python
-
Updated
Sep 27, 2021 - Go
Discussed in apache/apisix#5222
Originally posted by abbluiz October 13, 2021
I want to use different configuration depending on my environment on some YAML configuration files, specially in conf/apisix.yaml
in stand-alone mode. Is it possible to read from environment variable like ${VAR}
inside YAML file
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
Oct 20, 2021 - Python
Task
Currently, We use the AES algorithm to encrypt the password and provide the password back to the front end. I think It's not safe.
I suggest the following optimization:
- The API does not return the password field. See `org.apache.shenyu.admin.controller.DashboardUse
-
Updated
Oct 15, 2021 - Go
-
Updated
Jul 18, 2019
-
Updated
Oct 14, 2021 - JavaScript
-
Updated
Oct 20, 2021 - Go
-
Updated
Oct 18, 2021 - JavaScript
-
Updated
Oct 19, 2021 - 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
Is your feature request related to a problem? Please describe.
As stated here it would be convenient to expose overload manager: Global downstream connection limits
-
Updated
Jun 2, 2021 - Python
-
Updated
Aug 6, 2021 - Go
Issue Summary
I specify roleArn inside serverless.yml like below. However, somehow, serverless nextjs always create IAM role.
- serverless
-
Updated
Sep 28, 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
Oct 13, 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 8, 2020 - JavaScript
-
Updated
Jul 6, 2021 - Go
-
Updated
Oct 15, 2021 - Ruby
-
Updated
Oct 18, 2021 - TypeScript
-
Updated
Oct 19, 2021 - Java
-
Updated
Jul 28, 2021 - Java
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
- Wikipedia
- Wikipedia
Can anyone please help me out. I'm getting error while generating KONG client credentials on HTTP port 8000.
{ "error_description": "You must use HTTPS", "error": "access_denied" }
I have added trusted_ips = 0.0.0.0/0,::/0 in kong.conf also, but it didn't work.