api-management
Here are 167 public repositories matching this topic...
-
Updated
Apr 12, 2022 - Go
-
Updated
Apr 9, 2022 - JavaScript
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/"
.
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
Apr 8, 2022 - PHP
-
Updated
Apr 11, 2022 - Python
Gloo Edge Version
1.11.x (beta)
Kubernetes Version
1.21.x
Describe the bug
Following this docs guide, the ALL_CREDIT_CARDS DLP mask should mask all but the last 4 digits of the credit card. Instead, it masks 7 characters in the middle of the string.
Example from docs:
Raw value: 4397945340344828
Ex
-
Updated
Mar 8, 2022
-
Updated
Apr 9, 2022 - JavaScript
-
Updated
Apr 12, 2022 - Ruby
-
Updated
Apr 12, 2022 - Java
-
Updated
Nov 5, 2019 - JavaScript
-
Updated
Mar 11, 2021 - JavaScript
-
Updated
Apr 9, 2022 - PHP
-
Updated
Jan 10, 2022 - JavaScript
-
Updated
Jan 14, 2018 - Java
Follow up on #1245
Add a check to validate that x-extensible-enum properties have a string type.
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.
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
Issue description
Catch all issue to improve i18n:
- Replace Route List with Routes
- Use a shorter label for Title and Description
-
Updated
Feb 27, 2022 - Java
-
Updated
Apr 11, 2022 - Kotlin
We tried to build dashboard docker image for ARM in #197 but failed. Since I could build dashboard docker image on m1 so there's nothing to do with the building process itself.
And since it stuck at yarn build, a large chance is free Github Actions machine is lack of memory since we also deploy QEMU to simulate arm environment, as [ref](https://stackoverflow.com/questions/59868448/rpc-error
-
Updated
Apr 12, 2022 - TypeScript
Lack of unit tests
describe issue
- config impl
- registry impl
- common
- adaptor opensource
- gov impl
Lack of unit tests
how to solve
Refer to the example (governance-impl /test)
-
Updated
Mar 25, 2022 - Vue
-
Updated
Apr 12, 2022 - Scala
-
Updated
Oct 27, 2020 - Go
-
Updated
Apr 7, 2022 - TypeScript
API management apps
Mockend
On-demand GraphQL & REST fake API
Moesif API Insights
Understand API usage and take action with user-centric API observability
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