mirror of
https://github.com/openappsec/openappsec.git
synced 2025-08-14 05:45:57 +03:00
16 lines
257 B
YAML
16 lines
257 B
YAML
_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: {}
|
|
|