mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-22 03:01:06 +03:00
Fix: Container Filesystem Allows Unauthorized File Modifications and Malicious Downloads in metrics/otel/compose.yaml (#5308)
fix: yaml.docker-compose.security.writable-filesystem-service.writable-filesystem-service-metrics-otel-compose.yaml Co-authored-by: orbisai-sec <kira@thesecurity.online>
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
version: "2"
|
||||
services:
|
||||
otel-collector:
|
||||
read_only: true
|
||||
image: otel/opentelemetry-collector-contrib
|
||||
command: ["--config=/etc/otelcol-contrib/config.yaml", "--feature-gates=-exporter.datadogexporter.DisableAPMStats", "${OTELCOL_ARGS}"]
|
||||
volumes:
|
||||
|
||||
Reference in New Issue
Block a user