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.
This commit is contained in:
parent
7b5cebfa71
commit
e4865130cf
|
@ -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";
|
||||
|
|
Loading…
Reference in New Issue