post: commit 626cceb in bojemoi
All checks were successful
Hugo Build & Deploy / build-deploy (push) Successful in 8s

This commit is contained in:
Betty
2026-02-27 23:58:16 +01:00
parent 6ecf70102c
commit f6a54d3d40

View File

@@ -0,0 +1,42 @@
---
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 <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(-)
```