43 lines
963 B
Markdown
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(-)
|
|
```
|