mirror of
https://github.com/openappsec/attachment.git
synced 2025-11-15 17:02:15 +03:00
Kong dockerfile (#37)
* add the kong plugin Dockerfile * fix version * fix version * Daniel fixes * [JIRA] INXT-46346: Kong plug in | Prepare for docker submission * Docker file fix * fix the docker build command * fix the docker build command * fix the docker build command * fix the docker build command * fix the docker build command * fix the docker build command * fix the docker build command * fix the docker build command * fix the docker build command * fix the docker build command * [JIRA] INXT-46285: Kong plug In | add flag to open-appsec script * fix docker * fix docker * fix * add network hos * remove build.sh files --------- Co-authored-by: wiaamm <wiaamm@checkpoint.com>
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
add_subdirectory(nano_attachment)
|
||||
if ("${ATTACHMENT_TYPE}" STREQUAL "envoy")
|
||||
add_subdirectory(envoy)
|
||||
elseif("${ATTACHMENT_TYPE}" STREQUAL "kong")
|
||||
message(STATUS "ATTACHMENT_TYPE = ${ATTACHMENT_TYPE}")
|
||||
else()
|
||||
add_subdirectory(nginx)
|
||||
endif()
|
||||
|
||||
Reference in New Issue
Block a user