post: commit 17c82ec in bojemoi
Some checks failed
Hugo Build & Deploy / build-deploy (push) Has been cancelled

This commit is contained in:
Betty
2026-03-14 21:58:15 +01:00
parent fc2c7d2c9a
commit f62c39b63d

View File

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