Add fix for rotate-root-key (#22703)

#22687
This commit is contained in:
Lucas Manuel Rodriguez 2024-10-07 12:49:26 -03:00 committed by GitHub
parent d9a7d4e5e8
commit d7caf304c2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -15,6 +15,7 @@ set -e
# ACTION
# VERSION
# KEYS_SOURCE_DIRECTORY
# ROOT_PASSPHRASE_1PASSWORD_PATH
# TARGETS_PASSPHRASE_1PASSWORD_PATH
# SNAPSHOT_PASSPHRASE_1PASSWORD_PATH
# TIMESTAMP_PASSPHRASE_1PASSWORD_PATH
@ -332,7 +333,7 @@ print_reminder () {
elif [[ $COMPONENT == "osqueryd" ]]; then
prompt "Make sure to install fleetd with '--osqueryd-channel=stable' on a Linux, Windows and macOS VM. (To smoke test the release.)"
fi
elif [[ $ACTION == "pull-from-remote" || $ACTION == "push-to-remote" || $ACTION == "update-timestamp" ]]; then
elif [[ $ACTION == "pull-from-remote" || $ACTION == "push-to-remote" || $ACTION == "update-timestamp" || $ACTION == "rotate-root-key" ]]; then
:
elif [[ $ACTION != "update-timestamp" ]]; then
echo "Unsupported action: $ACTION"