From dd19bf6158fa895a8d52105df2e83d917c43b43b Mon Sep 17 00:00:00 2001 From: orianelou <126462046+orianelou@users.noreply.github.com> Date: Wed, 30 Jul 2025 16:32:24 +0300 Subject: [PATCH] Update .env --- deployment/docker-compose/kong-lua-plugin/.env | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/deployment/docker-compose/kong-lua-plugin/.env b/deployment/docker-compose/kong-lua-plugin/.env index b5471ec..940b5fb 100644 --- a/deployment/docker-compose/kong-lua-plugin/.env +++ b/deployment/docker-compose/kong-lua-plugin/.env @@ -1,4 +1,4 @@ -## .env file for docker-compose deployments of open-appsec integrated with Kong +## .env file for docker-compose deployments of open-appsec integrated with Kong (using open-appsec Lua-based attachment plugin) ## for more info see https://docs.openappsec.io APPSEC_VERSION=latest @@ -29,8 +29,8 @@ APPSEC_POSTGRES_STORAGE=./appsec-postgres-data ## for the vulnerable juice-shop container, see instructions further below. KONG_CONFIG=./kong-config -## For Kong Gateway Enterprise Edition set KONG_IMAGE to kong-gateway-attachment instead of kong-attachment -KONG_IMAGE=kong-attachment +## For Kong Gateway Enterprise Edition set KONG_IMAGE to kong-gateway-attachment-plugin instead of kong-attachment-plugin +KONG_IMAGE=kong-attachment-plugin ## To connect your deployment to central open-appsec WebUI provide the token for a profile ## which you created in open-appsec WebUI at https://my.openappsec.io @@ -46,11 +46,11 @@ COMPOSE_PROFILES= ## In order to deploy the optional, additional, vulnerable juiceshop container (for demo and testing purposes only!): ## Add the value "juiceshop" to the COMPOSE_PROFILES value above. -## Make sure to also adjust the kong.yaml file in KONG_CONFIG folder +## Make sure to also adjust the kong.yml file in KONG_CONFIG folder ## to include service and route configuration for forwarding external traffic to the juiceshop-backend container ## (kong listens by default for HTTP/HTTPS on port 8000/8443) ## you can use the example file available here: -## https://raw.githubusercontent.com/openappsec/openappsec/examples/juiceshop/kong/kong.yaml +## https://raw.githubusercontent.com/openappsec/openappsec/examples/juiceshop/kong-lua-plugin/kong.yml ## note that juiceshop container listens on HTTP port 3000 by default ## Note that COMPOSE_PROFILES can also receive multiple values, e.g. as shown here: