Files
blog/content/posts/commits/2026-07-20-commit-bc08e54.md
grafana-watcher 40303884ae
Some checks failed
Hugo Build & Deploy / build-deploy (push) Failing after 54s
post: commit bc08e54 in bojemoi
2026-07-20 15:24:31 +02:00

41 lines
888 B
Markdown

---
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 <noreply@anthropic.com>
### Files Changed
```
M stack/49-service-mcp.yml
```
### Diff Summary
```
stack/49-service-mcp.yml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
```