From 40303884aeccdfb3ec7ed6032757f30ae62c1ebf Mon Sep 17 00:00:00 2001 From: grafana-watcher Date: Mon, 20 Jul 2026 15:24:30 +0200 Subject: [PATCH] post: commit bc08e54 in bojemoi --- .../commits/2026-07-20-commit-bc08e54.md | 40 +++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 content/posts/commits/2026-07-20-commit-bc08e54.md diff --git a/content/posts/commits/2026-07-20-commit-bc08e54.md b/content/posts/commits/2026-07-20-commit-bc08e54.md new file mode 100644 index 0000000..4a5fc0d --- /dev/null +++ b/content/posts/commits/2026-07-20-commit-bc08e54.md @@ -0,0 +1,40 @@ +--- +title: "[bojemoi] fix(mcp): corriger le target du secret postgres_password" +date: 2026-07-20T15:24:30+02:00 +draft: false +tags: ["commit", "bojemoi", "main"] +categories: ["Git Activity"] +summary: "Commit bc08e54 par grafana-watcher dans bojemoi" +author: "grafana-watcher" +--- + +## Commit `bc08e54` + +| | | +|---|---| +| **Repository** | bojemoi | +| **Branch** | `main` | +| **Author** | grafana-watcher | +| **Hash** | `bc08e54b900c75106dcae7b171c4fb6e6642a013` | + + +### Description + +Le package bojemoi lit /run/secrets/postgres_password mais le secret +était monté sans target (nom: mcp_pg_password). Ajout de target: +postgres_password pour corriger l'auth psycopg2. + +Co-Authored-By: Claude Sonnet 4.6 + +### Files Changed + +``` +M stack/49-service-mcp.yml +``` + +### Diff Summary + +``` + stack/49-service-mcp.yml | 3 ++- + 1 file changed, 2 insertions(+), 1 deletion(-) +```