Files
blog/content/posts/commits/2026-03-14-commit-8d7722b.md
Betty cf788a140c
All checks were successful
Hugo Build & Deploy / build-deploy (push) Successful in 9s
post: commit 8d7722b in bojemoi
2026-03-14 22:01:43 +01:00

43 lines
963 B
Markdown

---
title: "[bojemoi] sec: move alertmanager SMTP password to Docker secret"
date: 2026-03-14T22:01:42+01:00
draft: false
tags: ["commit", "bojemoi", "main"]
categories: ["Git Activity"]
summary: "Commit 8d7722b par Betty dans bojemoi"
author: "Betty"
---
## Commit `8d7722b`
| | |
|---|---|
| **Repository** | bojemoi |
| **Branch** | `main` |
| **Author** | Betty |
| **Hash** | `8d7722b8fc79d99c88d2e641c453391a8ddbe2a1` |
### Description
Replace plaintext smtp_auth_password with smtp_auth_password_file
pointing to /run/secrets/alertmanager_smtp_pass (new external secret).
Mount the secret in the alertmanager service definition.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
### Files Changed
```
M stack/01-service-hl.yml
M volumes/alertmanager/alertmanager.yml
```
### Diff Summary
```
stack/01-service-hl.yml | 3 +++
volumes/alertmanager/alertmanager.yml | 2 +-
2 files changed, 4 insertions(+), 1 deletion(-)
```