From bc7fc352c879a513d42481a92e5bed756bfa491b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20B=C3=BCchse?= Date: Sun, 25 Jan 2026 16:13:25 +0100 Subject: [PATCH] Fix missing group 'syself' MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It's a good idea to declare a group for related subjects, such as different regions of the same IaaS product or different k8s versions of the same KaaS product. Once this change is live on the server, details for the whole group can be requested under: https://compliance.sovereignit.cloud/page/detail_full/group-syself/1fffebe6-fd4b-44d3-a36c-fc58b4bb0180 It will be similar to this page: https://compliance.sovereignit.cloud/page/detail_full/group-pco-prod/50393e6f-2ae1-4c5c-a62c-3b75f2abef3f Signed-off-by: Matthias Büchse --- compliance-monitor/bootstrap.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/compliance-monitor/bootstrap.yaml b/compliance-monitor/bootstrap.yaml index 95296d2a5..fc70c5d5c 100644 --- a/compliance-monitor/bootstrap.yaml +++ b/compliance-monitor/bootstrap.yaml @@ -96,11 +96,14 @@ accounts: public_key_type: "ssh-ed25519" public_key_name: "primary" - subject: syself-1.32 + group: syself delegates: - zuul_ci - subject: syself-1.31 + group: syself delegates: - zuul_ci - subject: syself-1.30 + group: syself delegates: - zuul_ci