qaskx.template/generator/default/gateway/kong_plugin.yml

12 lines
160 B
YAML
Raw Normal View History

2024-01-01 12:35:13 +00:00
# Condition entry
#Before:{{if .ServiceName}}
Conditioned text{{end}}
#After
# Loop through entries{{range .Redi.Apis}}
API: {{.Format}}{{end}}
#------