From dda1ea342d290ff5dcbc76ea108d856c9490d446 Mon Sep 17 00:00:00 2001 From: Betty Date: Fri, 27 Feb 2026 23:53:40 +0100 Subject: [PATCH] post: commit 922a790 in bojemoi --- .../commits/2026-02-27-commit-922a790.md | 44 +++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 content/posts/commits/2026-02-27-commit-922a790.md diff --git a/content/posts/commits/2026-02-27-commit-922a790.md b/content/posts/commits/2026-02-27-commit-922a790.md new file mode 100644 index 0000000..062c81a --- /dev/null +++ b/content/posts/commits/2026-02-27-commit-922a790.md @@ -0,0 +1,44 @@ +--- +title: "[bojemoi] mcp: move PG_PASSWORD and FARADAY_PASSWORD to Docker secrets" +date: 2026-02-27T23:53:40+01:00 +draft: false +tags: ["commit", "bojemoi", "main"] +categories: ["Git Activity"] +summary: "Commit 922a790 par Betty dans bojemoi" +author: "Betty" +--- + +## Commit `922a790` + +| | | +|---|---| +| **Repository** | bojemoi | +| **Branch** | `main` | +| **Author** | Betty | +| **Hash** | `922a790edac1bc33b06039dbb17b8ddca2d80b15` | + + +### Description + +Replace plaintext passwords in environment variables with Docker secrets +mcp_pg_password and mcp_faraday_password. Code reads /run/secrets/ first, +falls back to env var for local dev compatibility. + +Co-Authored-By: Claude Sonnet 4.6 + +### Files Changed + +``` +A mcp-server/tools/database.py +A mcp-server/tools/faraday.py +A stack/49-service-mcp.yml +``` + +### Diff Summary + +``` + mcp-server/tools/database.py | 180 +++++++++++++++++++++++++++++++++++++++++++ + mcp-server/tools/faraday.py | 126 ++++++++++++++++++++++++++++++ + stack/49-service-mcp.yml | 70 +++++++++++++++++ + 3 files changed, 376 insertions(+) +```