diff --git a/content/posts/commits/2026-03-14-commit-17c82ec.md b/content/posts/commits/2026-03-14-commit-17c82ec.md new file mode 100644 index 0000000..83235de --- /dev/null +++ b/content/posts/commits/2026-03-14-commit-17c82ec.md @@ -0,0 +1,42 @@ +--- +title: "[bojemoi] sec: move alertmanager Telegram bot_token to Docker secret" +date: 2026-03-14T21:58:15+01:00 +draft: false +tags: ["commit", "bojemoi", "main"] +categories: ["Git Activity"] +summary: "Commit 17c82ec par Betty dans bojemoi" +author: "Betty" +--- + +## Commit `17c82ec` + +| | | +|---|---| +| **Repository** | bojemoi | +| **Branch** | `main` | +| **Author** | Betty | +| **Hash** | `17c82ec0d417b70ba3082159a3932542be1d48f8` | + + +### Description + +Replace plaintext bot_token in alertmanager.yml with bot_token_file +pointing to /run/secrets/telegram_bot_token (existing external secret). +Mount the secret in the alertmanager service definition. + +Co-Authored-By: Claude Sonnet 4.6 + +### Files Changed + +``` +M stack/01-service-hl.yml +M volumes/alertmanager/alertmanager.yml +``` + +### Diff Summary + +``` + stack/01-service-hl.yml | 2 ++ + volumes/alertmanager/alertmanager.yml | 2 +- + 2 files changed, 3 insertions(+), 1 deletion(-) +```