From 413c79a1ce3b38b65399513b24f82a603cd9c805 Mon Sep 17 00:00:00 2001 From: William P Date: Thu, 20 Aug 2026 20:41:12 -0400 Subject: [PATCH] rook-ceph: mute health warnings for AES keys in ceph that cant be changed until talos releases 7.0+ kernels --- system-apps/rook-ceph/clusters/cluster.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/system-apps/rook-ceph/clusters/cluster.yaml b/system-apps/rook-ceph/clusters/cluster.yaml index 5a291b9..ba1fbab 100644 --- a/system-apps/rook-ceph/clusters/cluster.yaml +++ b/system-apps/rook-ceph/clusters/cluster.yaml @@ -371,3 +371,12 @@ spec: disabled: false osd: disabled: false + muteHealthWarning: # Remove these after Talos uses 7.0+ kernel + AUTH_INSECURE_ROTATING_SERVICE_KEY_TYPE: + policy: mute + AUTH_INSECURE_CLIENT_KEY_TYPE: + policy: mute + AUTH_INSECURE_KEYS_ALLOWED: + policy: mute + AUTH_INSECURE_KEYS_CREATABLE: + policy: mute \ No newline at end of file