File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 1+ terraform.tfvars
Original file line number Diff line number Diff line change @@ -14,13 +14,15 @@ compartment_ocid = "ocid1.compartment...."
1414# region
1515region = "us-ashburn-1"
1616
17- # Sysdig
17+ # Sysdig
18+ ## For access key please go to sysdig secure UI > Settings > Agent Installation
19+ ## For endpoints please check https://docs.sysdig.com/en/docs/administration/saas-regions-and-ip-ranges/#saas-regions-and-ip-ranges
1820sysdig_access_key = ""
1921sysdig_settings_collector = "" # i.e. "ingest-us2.app.sysdig.com"
2022sysdig_settings_collector_port = "6443"
21- sysdig_node_analyzer_api_endpoint = "" # i.e. "us2.app.sysdig.com"
23+ sysdig_node_analyzer_api_endpoint = "" # i.e. "us2.app.sysdig.com" (sysdig secure endpoint)
2224
23- # Snyk
25+ # Snyk (in case of sysdig+snyk joint installations)
2426snyk_integration_id = "" # Copy from https://app.snyk.io/org/YOUR-ORGANIZATION-NAME/manage/integrations/kubernetes
2527snyk_deploy_goof_sample = false
2628
You can’t perform that action at this time.
0 commit comments