Skip to content

Commit ebd595d

Browse files
committed
19742 Enforce TLS when setting basic authentication for OTel Collector
Validate that TLS encryption is enabled whenever basic authentication is selected for GRPC/HTTP protocols, in both the GUI form and REST API. CMK-33249 Change-Id: Ic1276fee891a5aac19f2d829bee75f077e1ae686
1 parent fb5031e commit ebd595d

1 file changed

Lines changed: 22 additions & 0 deletions

File tree

.werks/19742.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
[//]: # (werk v3)
2+
# Enforce TLS when using basic authentication for OTel Collector receivers
3+
4+
key | value
5+
---------- | ---
6+
date | 2026-04-09T16:36:29.851214+00:00
7+
version | 2.6.0b1
8+
class | feature
9+
edition | ultimate
10+
component | wato
11+
level | 1
12+
compatible | no
13+
14+
Checkmk now validates that TLS encryption is enabled whenever basic authentication
15+
is configured for OpenTelemetry Collector receiver endpoints (GRPC and HTTP).
16+
17+
Previously, it was possible to configure basic authentication without encryption,
18+
which would transmit credentials in plain text. The GUI setup and REST API now
19+
reject this combination and require you to enable TLS first.
20+
21+
If you have existing receiver configurations using basic authentication without TLS,
22+
you will need to enable TLS encryption before you can save any changes to them.

0 commit comments

Comments
 (0)