--- 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(-) ```