mirror of
https://github.com/openappsec/attachment.git
synced 2026-01-02 22:54:50 +03:00
Istio support (#30)
* adding istio files * fix the envoy CMakList file * fix the envoy CMakList file * adding the .mod file * adding the webhook injector image * adding istio files * adding istio files * fix the envoy CMakList file * fix the envoy CMakList file * adding the .mod file * adding the webhook injector image * adding istio files * pulling from dev * fix the envoy CMakList file * adding istio files * fix missing header * fix wrong name of library * fix envoy CMakeLists * remove cloud guard names * remove cloud guard names * adding istio files * adding istio files * [JIRA] INXT-44274: test agent image * add Daniel fixes * remove zlib library * remove nano attachment ut
This commit is contained in:
10
docker/openappsec-waf-webhook/run.sh
Executable file
10
docker/openappsec-waf-webhook/run.sh
Executable file
@@ -0,0 +1,10 @@
|
||||
#!/bin/bash
|
||||
|
||||
# Start certificate manager in the background
|
||||
# Start the webhook server
|
||||
while [ true ]; do
|
||||
echo "Starting Webhook Server"
|
||||
python3 webhook_server.py
|
||||
echo "Webhook Server crashed, restarting..."
|
||||
sleep 5 # Pause before restarting
|
||||
done
|
||||
Reference in New Issue
Block a user