From a86934c26445c46c59d0b2a914793d9adfd10366 Mon Sep 17 00:00:00 2001 From: chemavx Date: Mon, 22 Jun 2026 06:55:11 +0000 Subject: [PATCH] umami: add Infisical StaticSecret (/umami passthrough, parallel name) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 3a of the umami-secrets centralization. Adds umami-secrets-infisical synced from homelab/prod /umami (3 lowercase-hyphenated keys, passthrough). Parallel name — old out-of-band umami-secrets stays live until 3c. Co-Authored-By: Claude Opus 4.8 --- umami/infisical-umami-secrets.yaml | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 umami/infisical-umami-secrets.yaml diff --git a/umami/infisical-umami-secrets.yaml b/umami/infisical-umami-secrets.yaml new file mode 100644 index 0000000..fbf92aa --- /dev/null +++ b/umami/infisical-umami-secrets.yaml @@ -0,0 +1,26 @@ +apiVersion: secrets.infisical.com/v1beta1 +kind: InfisicalStaticSecret +metadata: + name: umami-secrets + namespace: umami +spec: + # Shared, read-only machine identity (no write grant, no PushSecret). + # Source is the /umami folder: app-secret (umami signing key), database-url + # (postgresql://user:pass@host — EMBEDS postgres-password), postgres-password. + # Infisical key names already match the deployments' 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: /umami + syncOptions: + refreshInterval: 60s + targets: + - kind: Secret + name: umami-secrets-infisical # parallel name — old secret stays live until 3c + namespace: umami + creationPolicy: Owner + # key passthrough: synced Secret carries app-secret, database-url, postgres-password verbatim