api-management
Here are 167 public repositories matching this topic...
-
Updated
Feb 28, 2022 - Go
-
Updated
Feb 26, 2022 - JavaScript
request help: in authz-keycloak plugin is it possible to customize the "access denied" message?
Issue description
Using the authz-keycloak plugin when access is not permitted you correctly receive an access denied message
{"error":"access_denied","error_description":"not_authorized"}
in the body of the requested url
Question: is it possible to specify a redirect url to be used when the access is denied so the user see predefined page instead of a message?
Env
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
Feb 21, 2022 - PHP
-
Updated
Feb 25, 2022 - Python
Version
1.11.x (beta)
Is your feature request related to a problem? Please describe.
I would like to define all redis values from a single place, like:
apiVersion: v1
kind: Secret
metadata:
name: redis-credentials
namespace: crossplane-system
data:
endpoint: MTcyLjI2rrLjIwOCdsds40
password: MzUzOGI0YTYteMjFhYidsdsds00OWZiLWIwZTUtYzYxOTA2NTFjNDYy
port: NjMds
-
Updated
Feb 22, 2022
-
Updated
Jan 22, 2022 - JavaScript
-
Updated
Feb 24, 2022 - Ruby
-
Updated
Feb 28, 2022 - Java
-
Updated
Nov 5, 2019 - JavaScript
-
Updated
Mar 11, 2021 - JavaScript
-
Updated
Feb 27, 2022 - PHP
-
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.
Current code from the main branch uses PostgreSQL JDBC driver 42.2.4
https://github.com/zalando/zally/blob/e9e603a1afd56373dc9686e601ed86097a2ada91/server/zally-server/build.gradle.kts#L38
Unfortunately, this version contains several known security vulnerabilities.
The latest relaased version of the driver seems to fix them:
https://jdbc.postgresql.org/documentation/changelog.html#versio
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
-
Updated
Feb 27, 2022 - Java
Proposal
Background
There are two different sets of backend E2E code in the current project, each using a different implementation, and some test cases are duplicated and confusing.
Objectives
Migrate all the test cases to the implementation using ginkgo in e2enew and unify the code writing in e2enew. The ultimate goal is to improve functional test coverage and fix various
-
Updated
Feb 14, 2022 - Kotlin
-
Updated
Feb 26, 2022 - TypeScript
As the issue said, there should be make build-dashboard-centos or make build-dashboard-alpine instead of make build-dashboard.
And I noticed that the current context is All in one Docker container for Apache apisix-dashboard, but all-in-one would not build dashboard image.
Expected behavior
- make a new section to describe build d
-
Updated
Feb 10, 2022 - Vue
-
Updated
Feb 26, 2022 - Scala
-
Updated
Oct 27, 2020 - Go
-
Updated
Sep 15, 2021 - TypeScript
-
Updated
Feb 26, 2022 - Java
API management apps
Mockend
On-demand GraphQL & REST simple Mock 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."


Is there an existing issue for this?
Kong version (
$ kong version)2.5.1.0
Current Behavior
When calling
kong.response.exit(), the function automatically sets the Content-Length header on the response even if the Transfer-Encoding header is present. This is in violation of RFC 7230 3.3.2: