chore(coturn): automated TURN shared-secret rotation

Scheduled rotation (Issue #38). New secret generated, re-encrypted with
the scoped rotation age key, checksum/rotated-at annotations bumped so
Flux restarts coturn + synapse-main on merge. Please review and merge.
This commit is contained in:
turn-secret-rotation
2026-07-28 19:26:57 +00:00
parent c1c189d281
commit f30d2f582b
4 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -88,7 +88,7 @@ spec:
# Bumped on every TURN_SECRET rotation (Issue #38) to force a new pod, since
# Kubernetes doesn't restart running pods when a referenced Secret's content
# changes and the initContainer that reads it only runs once at pod start.
rotated-at: "2026-07-28T19:02:00Z"
rotated-at: "2026-07-28T19:26:57Z"
spec:
hostNetwork: true
dnsPolicy: ClusterFirstWithHostNet