kong-map icon indicating copy to clipboard operation
kong-map copied to clipboard

Kongmap is a free visualization tool which allows you to view and edit configurations of your Kong API Gateway Clusters, including Routes, Services, and Plugins/Policies. The tool is being offered for...

Results 14 kong-map issues
Sort by recently updated
recently updated
newest added

Hi, Running the default docker command on Mac M1 Pro (Monterey 12.3), im getting this error: `AH00015: Unable to open logs AH00558: httpd: Could not reliably determine the server's fully...

I have tried deploying kong-map as a pod in one namespace of kubernetes. I intend to configure kongmap behind kong with basic auth enabled to it. Before i enable the...

Kongmap config `{"my enterprise cluster":{"kong_admin_api_url":"http://api.kong.lan:8001/","kong_edit_config":"false","kong_ent":"true","kong_ent_token":"***","kong_ent_token_name":"kong-admin-token","kong_ent_manager_url":"http://manager.kong.lan:8002/"}}` Docker-compose ``` kongmap: image: docker.io/yesinteractive/kongmap container_name: kongmap networks: - demo-net environment: - KONGMAP_CLUSTERS_JSON=$KONG_CLUSTERS - KONGMAP_URL=http://api.kong.lan:8100 restart: always ports: - "8100:8100" - "8143:8143" ``` ![image](https://user-images.githubusercontent.com/83654231/155135187-95060890-3b01-4d65-93a1-f04ae1d023cc.png) ![image](https://user-images.githubusercontent.com/83654231/155135128-1346f965-56e8-47c5-88c3-58913c918b72.png)

I was trying to visualize my cluster. we are using KongIngress and the cluster was added propperly.. Even when klicking on edit (view mode only) the konfig gets loaded and...

bug

need to switch to jquery to effectively id and close window after declarative submission

bug

So I added a plugin to one of my routes to do ra request termination with these settings: ``` config: status_code: 301 content_type: "text/html" body: "" ``` When clicking on...

hello here is a problem, after I installed kong-map for my cluster, I found I can not search when the plugin switch is turned on. Is this a bug??

ability to map Kong Konnect entities

enhancement

Launch readonly live demo env so users can try kongdemo live.

documentation