summary refs log tree commit diff
path: root/nixos/tests
diff options
context:
space:
mode:
authorAndreas Rammhold <andreas@rammhold.de>2020-10-29 16:01:23 +0100
committerAndreas Rammhold <andreas@rammhold.de>2020-11-01 14:33:11 +0100
commite4865130cf41d9b703dabf1a58f952230a70c97d (patch)
treee331bb96112b50eec4d2714868106735d4774911 /nixos/tests
parent7b5cebfa71a80d9ef829b6e5458e40241866618f (diff)
downloadnixpkgs-e4865130cf41d9b703dabf1a58f952230a70c97d.tar
nixpkgs-e4865130cf41d9b703dabf1a58f952230a70c97d.tar.gz
nixpkgs-e4865130cf41d9b703dabf1a58f952230a70c97d.tar.bz2
nixpkgs-e4865130cf41d9b703dabf1a58f952230a70c97d.tar.lz
nixpkgs-e4865130cf41d9b703dabf1a58f952230a70c97d.tar.xz
nixpkgs-e4865130cf41d9b703dabf1a58f952230a70c97d.tar.zst
nixpkgs-e4865130cf41d9b703dabf1a58f952230a70c97d.zip
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.
Diffstat (limited to 'nixos/tests')
-rw-r--r--nixos/tests/prometheus.nix1
1 files changed, 0 insertions, 1 deletions
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";