From 5445722ab1c713211db39df48e3d32910292cc88 Mon Sep 17 00:00:00 2001 From: chemavx Date: Fri, 19 Jun 2026 20:20:15 +0000 Subject: [PATCH] Add researchowl InfisicalStaticSecret for telegram-notify (parallel) Syncs TELEGRAM_BOT_TOKEN/TELEGRAM_CHAT_ID from shared homelab/prod /telegram via the read-only infisical-operator/infisical-auth. Targets parallel-name telegram-notify-infisical; old plaintext telegram-notify stays live until the hook is repointed (3b) and the old manifest removed (3c). Co-Authored-By: Claude Opus 4.8 --- researchowl/infisical-telegram-notify.yaml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 researchowl/infisical-telegram-notify.yaml diff --git a/researchowl/infisical-telegram-notify.yaml b/researchowl/infisical-telegram-notify.yaml new file mode 100644 index 0000000..e2c9127 --- /dev/null +++ b/researchowl/infisical-telegram-notify.yaml @@ -0,0 +1,22 @@ +apiVersion: secrets.infisical.com/v1beta1 +kind: InfisicalStaticSecret +metadata: + name: telegram-notify + namespace: researchowl +spec: + # Shared, read-only machine identity (no write grant, no PushSecret). + infisicalAuthRef: + name: infisical-auth + namespace: infisical-operator + sources: + - projectId: 17e98e9d-70f5-43d1-8382-7da818dfcdd0 # project "homelab" + environmentSlug: prod + secretPath: /telegram # shared across all 5 namespaces + syncOptions: + refreshInterval: 60s + targets: + - kind: Secret + name: telegram-notify-infisical # parallel name — old telegram-notify stays live until 3c + namespace: researchowl + creationPolicy: Owner + # key passthrough: synced Secret carries TELEGRAM_BOT_TOKEN + TELEGRAM_CHAT_ID verbatim