Skip to content

Commit

Permalink
backup: add the logserver sshd host key Secret into the backup/rest…
Browse files Browse the repository at this point in the history
…ore process

Change-Id: I125b2b71be28ca9736fbec0101831c5d8af3c295
  • Loading branch information
morucci committed Sep 9, 2024
1 parent 11f4759 commit e97e929
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions cli/cmd/backup.go
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down
1 change: 1 addition & 0 deletions doc/reference/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit e97e929

Please sign in to comment.