license: Add MIT license
This commit is contained in:
@@ -4,7 +4,7 @@ Welcome to the official documentation for the SecNex API Gateway.
|
||||
|
||||
## Overview
|
||||
|
||||
SecNex API Gateway is a high-performance, configurable API gateway built in Go. It provides reverse proxy capabilities with built-in security features including authentication and web application firewall (WAF) functionality.
|
||||
SecNex API Gateway is a high-performance, configurable API gateway built in Go. It provides reverse proxy capabilities with path-based routing, prefix stripping, and structured logging.
|
||||
|
||||
## Quick Start
|
||||
|
||||
@@ -28,11 +28,11 @@ docker compose up -d
|
||||
## Features
|
||||
|
||||
- **Reverse Proxy** Route requests to backend services
|
||||
- **Authentication** Header-based authentication (API key, session tokens)
|
||||
- **WAF** Web Application Firewall with method filtering and IP-based access control
|
||||
- **Path-based Routing** Configurable route patterns with prefix stripping
|
||||
- **Middleware Pipeline** Extensible middleware chain for custom logic
|
||||
- **Logging** Structured logging with sensitive field pseudonymization
|
||||
- **Path-based Routing** Configurable route patterns with chi/v5
|
||||
- **Prefix Stripping** Remove path prefixes before proxying
|
||||
- **Host-based Routing** Virtual hosting support
|
||||
- **Middleware Pipeline** Extensible middleware chain (request ID, real IP, logging)
|
||||
- **Logging** Structured JSON logging with sensitive field pseudonymization
|
||||
|
||||
## Health Check
|
||||
|
||||
|
||||
Reference in New Issue
Block a user