The Wayback Machine - https://web.archive.org/web/20220228052146/https://github.com/topics/api-management
Skip to content
#

api-management

Here are 167 public repositories matching this topic...

joshkping
joshkping commented Nov 16, 2021

Is there an existing issue for this?

  • I have searched the existing issues

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:

A sender MUST NOT send a Content-

MirtoBusico
MirtoBusico commented Feb 26, 2022

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

educroquet
educroquet commented Nov 4, 2020

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

jmunozro
jmunozro commented Feb 21, 2022

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
rmsamitha
rmsamitha commented Feb 25, 2022

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

bzp2010
bzp2010 commented Nov 7, 2021

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

mangoGoForward
mangoGoForward commented Feb 24, 2022

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

  1. make a new section to describe build d

API management apps

Mockend

On-demand GraphQL & REST simple Mock 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.

Curate this topic

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."

Learn more