diff --git a/src/tests/fixtures/confs/single-tenant-proxy.toml b/src/tests/fixtures/confs/single-tenant-proxy.toml new file mode 100644 index 0000000..53d154c --- /dev/null +++ b/src/tests/fixtures/confs/single-tenant-proxy.toml @@ -0,0 +1,20 @@ +[general] +backup_dir = "/Users/avanbrunt/Desktop/backdir" +output_format = "json" +output_type = "http" +http_out = "https://0.0.0.0:5001/http_out" +http_headers = "{ \"content-type\": \"application/json\" }" +https_ssl_verify = false + +[Org1] +custom_api_id = "RANDOM_ID" +custom_api_key = "RANDOM_SECRET" +org_key = "SOME_ORG" +server_url = "https://0.0.0.0:5001" +alerts_enabled = true +proxy = "0.0.0.0:8889" + +[[Org1.alert_rules]] +type = ["CB_ANALYTICS"] +minimum_severity = 3 +policy_applied = true