Create kong.yaml

This commit is contained in:
orianelou 2025-07-30 16:31:48 +03:00 committed by GitHub
parent a3ac05642c
commit 60facef890
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -0,0 +1,15 @@
_format_version: "3.0"
services:
- name: juiceshop-service
url: http://juiceshop-backend:3000
routes:
- name: juiceshop-route
paths:
- /
plugins:
- name: open-appsec-waf-kong-plugin
route: juiceshop-route
config: {}