Files
blog/content/posts/commits/2026-03-14-commit-17c82ec.md
Betty f62c39b63d
Some checks failed
Hugo Build & Deploy / build-deploy (push) Has been cancelled
post: commit 17c82ec in bojemoi
2026-03-14 21:58:16 +01:00

43 lines
970 B
Markdown

---
title: "[bojemoi] sec: move alertmanager Telegram bot_token to Docker secret"
date: 2026-03-14T21:58:15+01:00
draft: false
tags: ["commit", "bojemoi", "main"]
categories: ["Git Activity"]
summary: "Commit 17c82ec par Betty dans bojemoi"
author: "Betty"
---
## Commit `17c82ec`
| | |
|---|---|
| **Repository** | bojemoi |
| **Branch** | `main` |
| **Author** | Betty |
| **Hash** | `17c82ec0d417b70ba3082159a3932542be1d48f8` |
### Description
Replace plaintext bot_token in alertmanager.yml with bot_token_file
pointing to /run/secrets/telegram_bot_token (existing 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 | 2 ++
volumes/alertmanager/alertmanager.yml | 2 +-
2 files changed, 3 insertions(+), 1 deletion(-)
```