From 428f708fe2d3a3a7da6645970d67d4cf5854dce6 Mon Sep 17 00:00:00 2001 From: chemavx Date: Mon, 22 Jun 2026 06:38:59 +0000 Subject: [PATCH] researchowl: add Infisical StaticSecret (/researchowl passthrough, parallel name) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 3a of the researchowl-secrets centralization. Adds researchowl-secrets-infisical synced from homelab/prod /researchowl (5 lowercase-hyphenated keys, passthrough). Parallel name — old out-of-band researchowl-secrets stays live until 3c. Co-Authored-By: Claude Opus 4.8 --- .../infisical-researchowl-secrets.yaml | 27 +++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 researchowl/infisical-researchowl-secrets.yaml diff --git a/researchowl/infisical-researchowl-secrets.yaml b/researchowl/infisical-researchowl-secrets.yaml new file mode 100644 index 0000000..4716760 --- /dev/null +++ b/researchowl/infisical-researchowl-secrets.yaml @@ -0,0 +1,27 @@ +apiVersion: secrets.infisical.com/v1beta1 +kind: InfisicalStaticSecret +metadata: + name: researchowl-secrets + namespace: researchowl +spec: + # Shared, read-only machine identity (no write grant, no PushSecret). + # Source is the /researchowl folder (this bot's own creds: Anthropic, both Ghost + # admin keys, the interactive bot token 079fa1a0 — NOT the notify bot — and the + # access allowlist). Infisical key names already match the deployment's + # secretKeyRef.key values (lowercase-hyphenated), so this is straight passthrough. + infisicalAuthRef: + name: infisical-auth + namespace: infisical-operator + sources: + - projectId: 17e98e9d-70f5-43d1-8382-7da818dfcdd0 # project "homelab" + environmentSlug: prod + secretPath: /researchowl + syncOptions: + refreshInterval: 60s + targets: + - kind: Secret + name: researchowl-secrets-infisical # parallel name — old secret stays live until 3c + namespace: researchowl + creationPolicy: Owner + # key passthrough: synced Secret carries the 5 lowercase-hyphenated keys verbatim + # (anthropic-api-key, ghost-api-key, ghost-api-key-en, telegram-allowed-users, telegram-bot-token)