Skip to content
#

api-management

Here are 126 public repositories matching this topic...

dorongold
dorongold commented Sep 11, 2019

Summary

Currently Kong supports writing configuration in a file, in YAML or JSON.
To provide a more flexible configuration, especially for those running Kong in different environments (dev, staging, production), an option to write configuration in lua can be very useful.

Additional Details

There are many use-cases that come to mind:

  • Using environment variables inside the d
zhaofangcheng
zhaofangcheng commented Apr 30, 2020

版本号

1.8.5

什么问题

node server/install.js
Error: (node:28710) DeprecationWarning: current Server Discovery and Monitoring engine is deprecated, and will be removed in a future version. To use the new Server Discover and Monitoring engine, pass option { useUnifiedTopology: true } to the MongoClient constructor.

经查询mongoos官网说明,在5.7版本中使用了较高版本的MongoDB driver3.3.x,其中useUnifiedTopology为过期的方法,

lonelycode
lonelycode commented Jun 7, 2019

**Do you want to request a feature or report a bug?

Feature?

What is the current behavior?
Session object ACLs require both the key and the api_id field of the ACL definition to match.

If they mismatch the API does not throw an error.

What is the expected behavior?

The Gateway API should report the discrepancy to stop the token from being generated.

ambassador
scoyle391
scoyle391 commented Jan 28, 2020

Thanks to Gabor Horvath for suggesting this feature:

Is the Rendering API documentation feature mandatory for starting up AES? If not, maybe there should be an option offered to disable it. For our use case, an option to disable it and as a result of that disabling calling home to GitHub would be useful.

bofhWQ
bofhWQ commented Jul 11, 2019

Feature Request

Hi Fusio is a great project! Many thanks for that!

I'm looking for a feature to export a existing API to a fusio.yml file, so you can deploy it easyly form your dev server to an production server.

Most thinks like Actions and Routes can be change on the UI. For beginners it is also easy to build a complete API only with the the UI.

As I have seen you can export the A

msavy
msavy commented Apr 14, 2020

I keep forgetting about this so writing it down here.

Looks like GitBook are archiving their legacy service on 30th April, meaning that it won't regenerate automatically for us any more (but will continue to be hosted).

Unfortunately, their new services does not appear to support Asciidoc for whatever reason, and we make extensive use of Asciidoc features throughout the documentation.

kingle
kingle commented Jun 29, 2019

For the maven plugin, could we add to the <reporting> section:

<plugin>
    <groupId>org.apache.maven.plugins</groupId>
    <artifactId>maven-plugin-plugin</artifactId>
    <version>3.0</version>
</plugin>

and have it automatically generate the plugin-info.html and cmp-report-mojo.html and other <goal>-report-mojo.html that are more consistent with how other maven plugins

vithu30
vithu30 commented Mar 16, 2020

Description:

Following error is logged during startup, after changing the userstore type as database in deployment.toml.

org.wso2.carbon.databridge.agent.exception.DataEndpointLoginException: Cannot borrow client for ssl://172.17.0.1:9711.
	at org.wso2.carbon.databridge.agent.endpoint.DataEndpointConnectionWorker.connect(DataEndpointConnectionWorker.java:145) ~[org.wso2.carbon.data
frankgreco
frankgreco commented Apr 20, 2018

It is useful to notify the user if a new version of kanalictl is available.

Here is an example of how Minikube does it:

There is a file called last_update_check that keeps track of the last time a user was notified of a new version. On a certain interval, it will check to see if a user is using the latest version and if not, prompt with the following text:

There is a newer vers
api-management-developer-portal
ZarTrox
ZarTrox commented Mar 27, 2020

Bug description

When working with a coworker on the same page, saving this page will lose progress of the other one.

Expected behavior

The portal allows one to work parallel on the same page (In different widgets) by taking into account changes of multiple people.
Or it generates a message, that the saves won't be taken into account.

Is your portal managed or self-hosted?

gintsgints
gintsgints commented May 23, 2019

I configure tree gateway with consul with steps mentioned here:

https://github.com/cloudhrm/frontend

But when I try to call /auth endpoint of gateway, I get Invalid gateway. GW log is as follows:

error: [Tree-Gateway] Error occurred while trying to proxy request / from localhost:8000 to undefined (ETIMEDOUT) (https://nodejs.org/api/errors.html#errors_common_system_errors)
2019-05-23
cladius
cladius commented Aug 23, 2018

The second cat command is missing the apiVersion line.
Should be:

cat <<EOF | kubectl apply -f -
apiVersion: networking.istio.io/v1alpha3

Also, in the current version of Istio, we need to run:

kubectl apply -f samples/bookinfo/networking/virtual-service-all-v1.yaml -n default
kubectl apply -f samples/bookinfo/networking/destination-rule-all-mtls.yaml -n default

instead

roquecp
roquecp commented Feb 7, 2020

Hello!

At our company we are entering at the API era (finally), and we are evaluating some API Managers.
In one of our solutions we'll use Kong and that is one main reason why we are evaluating Wicked. And of course, because is open-source too :)

So, we managed to install the developer environment and the wicked-box, thanks to the good documentation we've found so far.
Until now, Wicked ga

rowa97
rowa97 commented Sep 18, 2019

Describe the bug
When adding a description to a path parameter, header, or query parameter in design view, the field displays improperly and cannot be used.

To Reproduce

  1. Create a Path Parameter, Header, or Query Parameter in design view
  2. Add a description by clicking the book icon

Expected behavior
A field appears that allows you to add a description.

**Screensh

bug

API management apps

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

You can’t perform that action at this time.