From 2fda808302dae017c6987b9265b61cba368bea06 Mon Sep 17 00:00:00 2001 From: Tim Wojtulewicz Date: Fri, 23 Jul 2021 16:28:36 -0700 Subject: [PATCH] Update HMAC key used for benchmarking service --- .cirrus.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cirrus.yml b/.cirrus.yml index 8dbae85bdd..8219911ac2 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -80,7 +80,7 @@ env: # This is the key used to create HMAC auth keys for the benchmark script. This # was generated by creating a new key using openssl, and then running sha256 # on it. - ZEEK_BENCHMARK_HMAC_KEY: ENCRYPTED[412224bbea9652030da976537f4d96c79ee79a0ba5a2f93b6c32953e1be0362defdf5fa07b3dc54ae61f9a52be30eac7] + ZEEK_BENCHMARK_HMAC_KEY: ENCRYPTED[363e79b9942f348e53ab1f39f6ac8f7118bea2f4228ad1ef7b55981d3ef8d26dd756872f600ff40f2d7dcadb71f88513] # This is the https endpoint host and port used for benchmarking. It's kept # encrypted as a security measure to avoid leaking the host's information.