api-management
Here are 169 public repositories matching this topic...
-
Updated
May 20, 2022 - Go
-
Updated
May 16, 2022 - JavaScript
Description
As a User, I want to use oAuth2 with PKCE support, so that I can configure an oAuth2 connection without using client/secret.
I am using an IDP. which has implemented the Authorization Code Flow.
From the docs of the IdP:
The IdP implements the [Authorization Code Flow](https://openid.net/specs/openid-con
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
May 16, 2022 - PHP
-
Updated
May 20, 2022 - Python
Version
1.11.x (latest stable)
Is your feature request related to a problem? Please describe.
According to the envoy docs, certain HTTP/2 settings should be configured, based on the envoy deployment mode, trustworthiness of upstreams and downstreams and required support for protocol upgrades and downgrades. These settings include:
- [Upstream HTTP/2 Protocol Options](https://www.env
-
Updated
May 4, 2022
-
Updated
May 16, 2022 - JavaScript
-
Updated
May 15, 2022 - Ruby
-
Updated
May 20, 2022 - Java
-
Updated
Nov 5, 2019 - JavaScript
-
Updated
May 18, 2022 - PHP
-
Updated
Mar 11, 2021 - JavaScript
-
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)
In the "Complexity Analysis" tab in GraphQL try-out page in devportal, we can see only the complexity Values of each field. If we want to know the complexity value or the depth value, we have to calculate ourself manually. Instead, it would be a nice to have feature to have the possibility to display the calculated complexity/depth values on a button click. So before
Feature request
Please describe your feature
The current requirement to enable an authentication class plugin when creating a Consumer in Dashboard is inconsistent with the Admin API behavior. https://apisix.apache.org/docs/apisix/admin-api#consumer
Inconsistent behavior can lead to a number of problems #2436
Describe the solution you'd like
Users can create a Consumer in Das
-
Updated
Feb 27, 2022 - Java
-
Updated
May 19, 2022 - Kotlin
Alpine Linux is affected by a serious security CVE-2022-28391 https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-28391
The AlpineLinux Release Note https://alpinelinux.org/posts/Alpine-3.12.12-3.13.10-3.14.6-3.15.4-released.html
We should update the currently used Alpine Linux image version.
Describe the issue
The connection from sdk to server is plug-in,
see #com.tencent.tsf.femas.governance.config.impl.ServerConnectorConfigImpl,
The current practice is http connection polling the data form femas server, We want to support grpc protocol to improve performance
Lack of unit tests
-
Updated
May 20, 2022 - TypeScript
-
Updated
Apr 23, 2022 - Vue
-
Updated
May 20, 2022 - Scala
-
Updated
Oct 27, 2020 - Go
-
Updated
Apr 7, 2022 - TypeScript
API management apps
Moesif API Insights
Understand API usage and take action with user-centric API observability
Mockend
On-demand GraphQL & REST fake 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."
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