From cf788a140cd6bdecf8539c632ea41f668f55af6c Mon Sep 17 00:00:00 2001 From: Betty Date: Sat, 14 Mar 2026 22:01:42 +0100 Subject: [PATCH] post: commit 8d7722b in bojemoi --- .../commits/2026-03-14-commit-8d7722b.md | 42 +++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 content/posts/commits/2026-03-14-commit-8d7722b.md diff --git a/content/posts/commits/2026-03-14-commit-8d7722b.md b/content/posts/commits/2026-03-14-commit-8d7722b.md new file mode 100644 index 0000000..92b3bbe --- /dev/null +++ b/content/posts/commits/2026-03-14-commit-8d7722b.md @@ -0,0 +1,42 @@ +--- +title: "[bojemoi] sec: move alertmanager SMTP password to Docker secret" +date: 2026-03-14T22:01:42+01:00 +draft: false +tags: ["commit", "bojemoi", "main"] +categories: ["Git Activity"] +summary: "Commit 8d7722b par Betty dans bojemoi" +author: "Betty" +--- + +## Commit `8d7722b` + +| | | +|---|---| +| **Repository** | bojemoi | +| **Branch** | `main` | +| **Author** | Betty | +| **Hash** | `8d7722b8fc79d99c88d2e641c453391a8ddbe2a1` | + + +### Description + +Replace plaintext smtp_auth_password with smtp_auth_password_file +pointing to /run/secrets/alertmanager_smtp_pass (new 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 | 3 +++ + volumes/alertmanager/alertmanager.yml | 2 +- + 2 files changed, 4 insertions(+), 1 deletion(-) +```