From e4865130cf41d9b703dabf1a58f952230a70c97d Mon Sep 17 00:00:00 2001 From: Andreas Rammhold Date: Thu, 29 Oct 2020 16:01:23 +0100 Subject: [PATCH] nixos/tests/prometheus: remove invalid thanos config flag Upstream has apparently changed the configuration format and is now throwing an error when the `encrypt_sse` option is set. According to the current version of the documentation encryption moved to the `sse_config` option that (is optional and) offers all the features we do not use or care about for this test. --- nixos/tests/prometheus.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/nixos/tests/prometheus.nix b/nixos/tests/prometheus.nix index de1d10aa7ca..6881c659e6d 100644 --- a/nixos/tests/prometheus.nix +++ b/nixos/tests/prometheus.nix @@ -19,7 +19,6 @@ let secret_key = s3.secretKey; insecure = true; signature_version2 = false; - encrypt_sse = false; put_user_metadata = {}; http_config = { idle_conn_timeout = "0s";