Skip to content

Commit

Permalink
Update alaz version to v0.11.2
Browse files Browse the repository at this point in the history
  • Loading branch information
fatihbaltaci committed Aug 6, 2024
1 parent 8775643 commit 5211e5b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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.
Expand Down
6 changes: 4 additions & 2 deletions resources/alaz.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -71,6 +71,8 @@ spec:
# value: "^anteon.*"
- name: MONITORING_ID
value: <MONITORING_ID>
- name: SEND_ALIVE_TCP_CONNECTIONS # Send undetected protocol connections (unknown connections)
value: "false"
- name: NODE_NAME
valueFrom:
fieldRef:
Expand All @@ -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:
Expand Down

0 comments on commit 5211e5b

Please sign in to comment.