Skip to content

Commit 3adfcb7

Browse files
authored
Merge pull request #6 from oracle-quickstart/manuelbcd-patch-1
Update README.md
2 parents 6e3d35f + 4574d79 commit 3adfcb7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Terraform module that deploys the Sysdig Secure Agents in Oracle Kubernetes Engi
66
- An OCI account, the Oracle CLI (Resource Manager) and Terraform installed and configured. Find the step by step instructions in hte [Oracle QuickStart Prerequisites](https://github.com/oracle-quickstart/oci-prerequisites).
77
- A [Sysdig account](https://sysdig.com/company/start-free). Configuration parameters
88
- Sysdig Access Key: From Sysdig panel go to Settings > Agent installation and copy the alphanumeric string.
9-
- [Agent Collector url, port and Node Image Analyzer endpoint](https://docs.sysdig.com/en/docs/administration/saas-regions-and-ip-ranges). Make sure to choose the right ones matching your SaaS region.
9+
- [Agent Collector url, port and Sysdig Secure endpoint](https://docs.sysdig.com/en/docs/administration/saas-regions-and-ip-ranges). Make sure to choose the right ones matching your SaaS region.
1010
- If the Snyk integration is enabled, you need the Snyk monitor configured and running on the same cluster.
1111

1212
## Usage options
@@ -44,7 +44,7 @@ region = "us-sanjose-1"
4444
sysdig_access_key = "3e43321c-45ee-423d-b243-fab4d40cc87a"
4545
sysdig_settings_collector = "ingest-us2.app.sysdig.com" # us-west
4646
sysdig_settings_collector_port = "6443"
47-
sysdig_node_analyzer_api_endpoint = "us2.app.sysdig.com" # us-west
47+
sysdig_secure_api_endpoint = "us2.app.sysdig.com" # us-west
4848
````
4949

5050
## Start using Sysdig + OKE

0 commit comments

Comments
 (0)