From 38d1a8323142968714946c2117cb0bc8caaf211b Mon Sep 17 00:00:00 2001 From: Betty Date: Wed, 13 May 2026 17:20:58 +0200 Subject: [PATCH] post: commit 4786114 in bojemoi --- .../commits/2026-05-13-commit-4786114.md | 41 +++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 content/posts/commits/2026-05-13-commit-4786114.md diff --git a/content/posts/commits/2026-05-13-commit-4786114.md b/content/posts/commits/2026-05-13-commit-4786114.md new file mode 100644 index 0000000..9f7d873 --- /dev/null +++ b/content/posts/commits/2026-05-13-commit-4786114.md @@ -0,0 +1,41 @@ +--- +title: "[bojemoi] fix(c2-monitor): corriger chat_id Telegram via secret dédié" +date: 2026-05-13T17:20:58+02:00 +draft: false +tags: ["commit", "bojemoi", "main"] +categories: ["Git Activity"] +summary: "Commit 4786114 par Betty dans bojemoi" +author: "Betty" +--- + +## Commit `4786114` + +| | | +|---|---| +| **Repository** | bojemoi | +| **Branch** | `main` | +| **Author** | Betty | +| **Hash** | `478611433881c3db88a2a7500b4e7087e081f6b0` | + + +### Description + +Le secret partagé `telegram_alert_chat_id` contient un chat_id invalide +(-1004668024756) utilisé par plusieurs services. Création d'un secret +dédié `c2_telegram_chat_id` (canal @bojemoi_ptaas, -1003898435028) monté +via `target:` pour ne pas impacter les autres services. + +Co-Authored-By: Claude Sonnet 4.6 + +### Files Changed + +``` +M stack/40-service-borodino.yml +``` + +### Diff Summary + +``` + stack/40-service-borodino.yml | 5 ++++- + 1 file changed, 4 insertions(+), 1 deletion(-) +```