From a665e2d13c874b0d0362a8f367cad8e5a406dd71 Mon Sep 17 00:00:00 2001 From: Ricard Illa Date: Mon, 9 Jan 2023 18:24:55 +0100 Subject: [PATCH] suricata acme_sync: improved http response code handling --- suricata/acme_rsync/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/suricata/acme_rsync/Makefile b/suricata/acme_rsync/Makefile index d3861fd..858fd95 100644 --- a/suricata/acme_rsync/Makefile +++ b/suricata/acme_rsync/Makefile @@ -67,7 +67,7 @@ define k8s_api --include \ --request $(1) \ --write-out "%{http_code}" \ - --output /dev/stderr \ + --output /dev/null \ --cacert "$(K8S_CA_FILE)" \ --header "Authorization: Bearer $(K8S_TOKEN)" \ --header 'Accept: application/json' \