post: commit 8d7722b in bojemoi
All checks were successful
Hugo Build & Deploy / build-deploy (push) Successful in 9s
All checks were successful
Hugo Build & Deploy / build-deploy (push) Successful in 9s
This commit is contained in:
42
content/posts/commits/2026-03-14-commit-8d7722b.md
Normal file
42
content/posts/commits/2026-03-14-commit-8d7722b.md
Normal file
@@ -0,0 +1,42 @@
|
||||
---
|
||||
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(-)
|
||||
```
|
||||
Reference in New Issue
Block a user