Files
blog/content/posts/commits/2026-02-27-commit-626cceb.md
Betty f6a54d3d40
All checks were successful
Hugo Build & Deploy / build-deploy (push) Successful in 8s
post: commit 626cceb in bojemoi
2026-02-27 23:58:17 +01:00

982 B

title, date, draft, tags, categories, summary, author
title date draft tags categories summary author
[bojemoi] medved: move PG_PASSWORD and FARADAY_PASSWORD to Docker secrets 2026-02-27T23:58:16+01:00 false
commit
bojemoi
main
Git Activity
Commit 626cceb par Betty dans bojemoi 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 noreply@anthropic.com

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