https://github.com/shukawam/kong-security
Kong Security related plugin sandbox.
https://github.com/shukawam/kong-security
kong security
Last synced: 6 months ago
JSON representation
Kong Security related plugin sandbox.
- Host: GitHub
- URL: https://github.com/shukawam/kong-security
- Owner: shukawam
- Created: 2025-08-10T04:55:49.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-11-21T04:18:02.000Z (8 months ago)
- Last Synced: 2025-11-21T06:17:09.605Z (8 months ago)
- Topics: kong, security
- Homepage:
- Size: 21.5 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Kong Security
This repository provides a sample configuration for a secure Kong Gateway setup.
## Getting Started
To get started with this project, you need to have Docker and Docker Compose installed.
1. Clone this repository:
```sh
git clone https://github.com/shukawam/kong-security.git
```
2. Create `.env`:
```sh
cp .env.example .env
```
3. Start the services:
```sh
docker-compose up -d
```
## Usage
The following services are available:
- **Kong Gateway:** [http://localhost:8000](http://localhost:8000)
- **Kong Admin API:** [http://localhost:8001](http://localhost:8001)
- **Kong Manager:** [http://localhost:8002](http://localhost:8002)
- **Grafana:** [http://localhost:3000](http://localhost:3000)
## Contributing
Contributions are welcome! Please feel free to submit a pull request.