Skip to content

fix: harden OpenTelemetry config writing#239

Open
droguljic wants to merge 1 commit into
masterfrom
fix/harden-otel-config
Open

fix: harden OpenTelemetry config writing#239
droguljic wants to merge 1 commit into
masterfrom
fix/harden-otel-config

Conversation

@droguljic
Copy link
Copy Markdown
Contributor

Replace the fragile OpenTelemetry collector config writer with base64-encoded generated YAML decoded inside the config writer container. This avoids shell quoting hazards with quotes, shell metacharacters, multiline values, and environment-like strings while preserving the existing sidecar-init pattern.

Replace the fragile OpenTelemetry collector config writer with base64-encoded
generated YAML decoded inside the config writer container.
This avoids shell quoting hazards with quotes, shell metacharacters,
multiline values, and environment-like strings while preserving
the existing sidecar-init pattern.
@droguljic droguljic added this to the v2 milestone Jun 8, 2026
@droguljic droguljic requested a review from bornast June 8, 2026 11:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant