From c52e7c751a120e61c1ac9ccb016b18e2b7b6d964 Mon Sep 17 00:00:00 2001 From: chemavx Date: Fri, 19 Jun 2026 20:26:08 +0000 Subject: [PATCH] Remove plaintext telegram-notify secret from git (researchowl) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The PostSync hook now reads telegram-notify-infisical (synced from homelab/prod /telegram). Deleting this manifest prunes the old plaintext secret — the bot token leaves git for researchowl. Security win. Co-Authored-By: Claude Opus 4.8 --- researchowl/secret-telegram-notify.yaml | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 researchowl/secret-telegram-notify.yaml diff --git a/researchowl/secret-telegram-notify.yaml b/researchowl/secret-telegram-notify.yaml deleted file mode 100644 index 7f11c80..0000000 --- a/researchowl/secret-telegram-notify.yaml +++ /dev/null @@ -1,9 +0,0 @@ -apiVersion: v1 -kind: Secret -metadata: - name: telegram-notify - namespace: researchowl -type: Opaque -data: - TELEGRAM_BOT_TOKEN: ODYxMTkxMzgwMjpBQUZsckZ0YzB2WUlTT2xpT19XOEI0Yy1XMXVlMGhHOUZpbw== - TELEGRAM_CHAT_ID: NTEzODQwNzY2Ng==