Update HMAC key used for benchmarking service

This commit is contained in:
Tim Wojtulewicz 2021-07-23 16:28:36 -07:00
parent 36972ba9e1
commit 2fda808302

View file

@ -80,7 +80,7 @@ env:
# This is the key used to create HMAC auth keys for the benchmark script. This # 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 # was generated by creating a new key using openssl, and then running sha256
# on it. # 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 # 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. # encrypted as a security measure to avoid leaking the host's information.