audit-core/deploy/externalsecret-senders.yaml
tegwick 74575c4f32
All checks were successful
CI Smoke / host-smoke (push) Successful in 0s
CI Smoke / container-smoke (push) Successful in 1s
Stand up railiance01 receiver without founder bao kv put
Database leases come from ClusterSecretStore openbao-audit-core-database
(one extract, one lease). Senders are minted in-cluster. Secret mounts
use fsGroup 10001. Schema 0001-0004 applied after dropping the isolation
stub events table. /readyz reports custody_class=archive.
2026-08-13 10:27:13 +02:00

23 lines
644 B
YAML

# Apply only after ops-mason wrap-migrate has filled
# platform/workloads/audit-core/senders. Until then the sender registry is
# Secret audit-core-senders, minted in-cluster (see operator-runbook).
---
apiVersion: external-secrets.io/v1
kind: ExternalSecret
metadata:
name: audit-core-senders
namespace: audit-core
spec:
refreshInterval: 1h
secretStoreRef:
kind: ClusterSecretStore
name: openbao-audit-core
target:
name: audit-core-senders
creationPolicy: Owner
deletionPolicy: Retain
data:
- secretKey: senders.json
remoteRef:
key: workloads/audit-core/senders
property: senders.json