From e97e929a9553d72cffc221c5d3facf820535f00c Mon Sep 17 00:00:00 2001 From: Fabien Boucher Date: Mon, 9 Sep 2024 18:06:45 +0200 Subject: [PATCH] backup: add the logserver sshd host key `Secret` into the backup/restore process Change-Id: I125b2b71be28ca9736fbec0101831c5d8af3c295 --- cli/cmd/backup.go | 1 + doc/reference/CHANGELOG.md | 1 + 2 files changed, 2 insertions(+) diff --git a/cli/cmd/backup.go b/cli/cmd/backup.go index ed82dc6f..ab1da8c7 100644 --- a/cli/cmd/backup.go +++ b/cli/cmd/backup.go @@ -62,6 +62,7 @@ var SecretsToBackup = []string{ "zuul-ssh-key", "zuul-keystore-password", "zuul-auth-secret", + "logserver-keys", } func createSecretBackup(backupDir string, env cliutils.ENV) { diff --git a/doc/reference/CHANGELOG.md b/doc/reference/CHANGELOG.md index 2eb7acd5..d5b299c9 100644 --- a/doc/reference/CHANGELOG.md +++ b/doc/reference/CHANGELOG.md @@ -10,6 +10,7 @@ All notable changes to this project will be documented in this file. ### Fixed - weeder: ensure the service is restarted after backup restore to load the new ZK certs. +- backup: add the logserver sshd host key `Secret` into the backup/restore process. ### Security