--- title: "[bojemoi] medved: move PG_PASSWORD and FARADAY_PASSWORD to Docker secrets" date: 2026-02-27T23:58:16+01:00 draft: false tags: ["commit", "bojemoi", "main"] categories: ["Git Activity"] summary: "Commit 626cceb par Betty dans bojemoi" author: "Betty" --- ## Commit `626cceb` | | | |---|---| | **Repository** | bojemoi | | **Branch** | `main` | | **Author** | Betty | | **Hash** | `626cceb4565c9bfa38b9c86abb49cdfc00ee378a` | ### Description Replace plaintext passwords in environment variables with Docker secrets medved_pg_password and medved_faraday_password. config.py uses a model_validator to read /run/secrets/ after pydantic env loading. Co-Authored-By: Claude Sonnet 4.6 ### Files Changed ``` M medved/honeypot/config.py M stack/65-service-medved.yml ``` ### Diff Summary ``` medved/honeypot/config.py | 17 +++++++++++++++++ stack/65-service-medved.yml | 11 +++++++++-- 2 files changed, 26 insertions(+), 2 deletions(-) ```