MCPcopy Index your code
hub / github.com/Kong/kong-manager

github.com/Kong/kong-manager @nightly-3.9.x

Chat with this repo
repository ↗ · DeepWiki ↗ · release nightly-3.9.x ↗ · + Follow
141 symbols 601 edges 97 files 0 documented · 0%
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

Kong Manager OSS

Installation | Provide feedback | Ask a question | Contributing | Blog

Kong Manager OSS - Plugin list

Kong Manager OSS, a free and open-source UI for Kong, the world's most used open source API Gateway.

Built and maintained with ❤️ by the team at Kong.

Features

Kong Manager OSS allows you to view and edit all Kong Gateway objects using the admin API. It interacts directly with the Kong admin API and does not require a separate database.

Kong Manager OSS - Service edit

Important: Kong Manager OSS is only compatible in Kong Gateway 3.4+

Kong Manager OSS is bundled with Kong Gateway, see Getting Started for information on how to use it. To run Kong Manager OSS locally, please see the contributing section.

Getting Started

To use Kong Manager OSS you'll need a running Kong Gateway instance. This can be a local instance or running on a remote server.

Local testing

The quickest way to get started is using the quickstart script:

curl -Ls https://get.konghq.com/quickstart | bash -s -- -i kong -t latest

Finally, visit https://localhost:8002 to view Kong Manager.

Server usage

Kong Manager OSS is intended to be a local testing tool. However, you can also use it on a public server.

If running Kong Manger OSS on a public server, ensure that ports 8001 and 8002 are only accessible to your IP address

To access Kong Manager OSS from a remote machine, ensure that admin_listen and admin_gui_listen are binding to 0.0.0.0 rather than 127.0.0.1 in kong.conf and restart your Kong Gateway instance.

Why do I need this?

You've been using the admin API just fine for years. Why would you want to use a UI?

Kong Manager OSS is a great way to see your Kong Gateway configuration at glance. You can see the routes and plugins configured on a service and drill in to the configuration of each in a single click.

In addition, the plugin configuration UI provides instructions for each configuration option. You can configure a plugin using the UI with helpful tooltips before running deck dump to see the final configuration values.

Kong Manager OSS - Plugin configuration tooltip

Contributing

Kong Manager OSS is written in JavaScript. It uses Vue for it's UI components, and pnpm for managing dependencies. To build Kong Manager OSS locally please ensure that you have node.js 18+ and pnpm installed.

You'll also need a running Kong Gateway instance. See local testing for a one-line solution. Alternatively, you can build Kong Gateway from source.

Once Kong Gateway is running, run the following command to start the development server:

pnpm && pnpm serve

Kong Manager OSS is now available at http://localhost:8080

Extension points exported contracts — how you extend this code

Window (Interface)
(no doc)
src/global.d.ts
State (Interface)
(no doc)
src/stores/info.ts
CopyEventPayload (Interface)
(no doc)
src/composables/useCopyEventHandlers.ts
SharedState (Interface)
(no doc)
tests/playwright/base-test.ts
Info (Interface)
(no doc)
src/stores/types.ts
Tab (Interface)
(no doc)
src/composables/useTabs.ts
ItemProps (Interface)
(no doc)
tests/playwright/commands/clearKongResources.ts
ResponseProps (Interface)
(no doc)
tests/playwright/commands/clearKongResources.ts

Core symbols most depended-on inside this repo

withNavigation
called by 237
tests/playwright/commands/withNavigation.ts
clearKongResources
called by 124
tests/playwright/commands/clearKongResources.ts
clickEntityListAction
called by 124
tests/playwright/commands/clickEntityListAction.ts
fillEntityForm
called by 85
tests/playwright/commands/fillEntityForm.ts
goto
called by 80
tests/playwright/pages/index.ts
getPropertyValue
called by 67
tests/playwright/commands/getPropertyValue.ts
waitAndDismissToasts
called by 61
tests/playwright/commands/waitAndDismissToast.ts
createKongResource
called by 60
tests/playwright/commands/createKongResource.ts

Shape

Function 71
Class 30
Method 27
Interface 12
Enum 1

Languages

TypeScript100%

Modules by API surface

src/services/apiService.ts14 symbols
tests/playwright/pages/routes.ts6 symbols
src/config.ts6 symbols
tests/playwright/pages/index.ts4 symbols
tests/playwright/helpers/misc.ts4 symbols
src/composables/useTabs.ts4 symbols
src/composables/useCopyEventHandlers.ts4 symbols
tests/playwright/specs/upstreams/01-Upstreams.spec.ts3 symbols
tests/playwright/specs/routes/01-Routes.spec.ts3 symbols
tests/playwright/specs/misc/02-NotFound.spec.ts3 symbols
tests/playwright/pages/vaults.ts3 symbols
tests/playwright/pages/upstreams.ts3 symbols

For agents

$ claude mcp add kong-manager \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact