opencti-terraform
opencti-terraform copied to clipboard
Terraform scripts for deploying OpenCTI to AWS, Azure, and GCP
This updates the installation script to use v5.0.0 of OpenCTI. The dependencies listed in their documentation are as follows: * NodeJS: `≥ 14.16.*` * Python: `≥ 3.8` * ElasticSearch: `≥...
During a deployment to the London region in AWS I noticed an error (ami_id not found) having followed the instructions. This update makes it clear that the ami_id set in...
Hi,The RabbitMQ address is invalid, return 403 deb [trusted=yes] https://dl.bintray.com/rabbitmq-erlang/debian ${distro} erlang deb [trusted=yes] https://dl.bintray.com/rabbitmq/debian ${distro} main
Hi after Terraform installation run "cat /opt/opencti/config/production.json | jq '.app.admin.password'" im unable to login with the password generating with the email i put on var file. please advise
A common use case will be for customers to forward their syslogs somewhere else. Should add options to the installer to do this (through Terraform settings).
Azure is currently set up for user auth and should really be done with a service account.
There's already S3 IAM stuff happening in `aws/iam.tf` and there's more in `aws/storage.tf`. But when I look at the IAM stuff in the AWS console, it says that the storage...
The VPC and Subnet are currently hardcoded. They should be generated automatically. Historical note: I worked on this extensively in #8, but the instance was never accessible via Systems Manager...