Skip to content

Commit

Permalink
Add conf file
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Van Brunt authored and avanbrunt-cb committed Jul 12, 2024
1 parent dfc946a commit 211b32a
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions src/tests/fixtures/confs/single-tenant-proxy.toml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 211b32a

Please sign in to comment.