From 5211e5bba212bfa6f1182e4bd5a8c451dcbd8a43 Mon Sep 17 00:00:00 2001 From: fatihbaltaci Date: Tue, 6 Aug 2024 16:40:32 +0300 Subject: [PATCH] Update alaz version to v0.11.2 --- README.md | 5 +++-- resources/alaz.yaml | 6 ++++-- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index ef30759..db621d6 100644 --- a/README.md +++ b/README.md @@ -170,8 +170,9 @@ Alaz supports the following protocols: - Redis (RESP) - Kafka - MySQL +- MongoDB -Other protocols will be supported soon. +Other protocols will be supported soon. If you have a specific protocol you would like to see supported, please open an issue. ## Limitations @@ -186,7 +187,7 @@ command and whether btf is enabled by default or not at the [btfhub](https://git For the time being, we expect that btf information is readily available on your system. We'll support all kernels in the upcoming weeks leveraging [btfhub](https://github.com/aquasecurity/btfhub). -#### Encryption Libraries +### Encryption Libraries These are the libraries that alaz hooks into for capturing encrypted traffic. - [crypto/tls](https://pkg.go.dev/crypto/tls): In order to Alaz to capture tls requests in your Go applications, your go version must be **1.17+** and your executable must include debug info. diff --git a/resources/alaz.yaml b/resources/alaz.yaml index a3fcb29..f6a43ab 100644 --- a/resources/alaz.yaml +++ b/resources/alaz.yaml @@ -62,7 +62,7 @@ spec: - name: METRICS_ENABLED value: "true" - name: LOGS_ENABLED - value: "true" + value: "false" - name: BACKEND_HOST value: https://api-alaz.getanteon.com:443 - name: LOG_LEVEL @@ -71,6 +71,8 @@ spec: # value: "^anteon.*" - name: MONITORING_ID value: + - name: SEND_ALIVE_TCP_CONNECTIONS # Send undetected protocol connections (unknown connections) + value: "false" - name: NODE_NAME valueFrom: fieldRef: @@ -81,7 +83,7 @@ spec: - --no-collector.hwmon - --collector.filesystem.ignored-mount-points=^/(dev|proc|sys|var/lib/docker/.+|var/lib/kubelet/pods/.+)($|/) - --collector.netclass.ignored-devices=^(veth.*)$ - image: ddosify/alaz:v0.11.1 + image: ddosify/alaz:v0.11.2 imagePullPolicy: IfNotPresent name: alaz-pod ports: