mirror of
https://github.com/moghtech/komodo.git
synced 2026-03-09 07:13:36 -05:00
[PR #289] [MERGED] feature: interpolate secrets in custom alerter #717
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/moghtech/komodo/pull/289
Author: @unsync
Created: 2/3/2025
Status: ✅ Merged
Merged: 2/8/2025
Merged by: @mbecker20
Base:
1.17.0← Head:feature/interpolatealerter📝 Commits (4)
098d14bfeature: interpolate secrets in custom alertercac799efix rust warning8de3e65review: sanitize errors0bbb3d7review: sanitize error message📊 Changes
1 file changed (+23 additions, -1 deletions)
View changed files
📝
bin/core/src/alert/mod.rs(+23 -1)📄 Description
This is something i really need, in order to be able to manage my alerters with a git sync without exposing my secrets.
I have a custom endpoint to which i add a secret token, not perfect security-wise (headers would be better) but i think it can still be an improvement for some users.
⚠️ i didn't attempt to sanitise the trace, that could be beyond my knowledge of rust and this awesome project ^^
Screens
Full URL interpolated
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.