From f8738996c5725993ddb2210ad2b18568a8e39b32 Mon Sep 17 00:00:00 2001 From: John Dewey Date: Tue, 4 Jun 2024 10:19:59 -0700 Subject: [PATCH] Added landing page pointing to our tf repos --- LICENSE | 12 ++++++------ README.md | 52 +++++++++++++++++++++++++++++++++++++++++++++++++--- 2 files changed, 55 insertions(+), 9 deletions(-) diff --git a/LICENSE b/LICENSE index dc91cde..a42d1c7 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ -MIT License +The MIT License (MIT) -Copyright (c) 2023 Corelight, Inc. +Copyright (c) 2024 Corelight, Inc. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal @@ -9,13 +9,13 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. \ No newline at end of file diff --git a/README.md b/README.md index 176658c..5b1db51 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,55 @@ -# Cloud Scripts +# Corelight Cloud -Scripts used to deploy Corelight Sensors into various Cloud Providers. +IaC used to deploy Corelight Sensors into various Cloud Providers. + +## Cloud Enrichment Service + +Code to deploy Corelight's Cloud Enrichment services. + +### AWS + +* [Terraform][terraform-aws-enrichment] + +[terraform-aws-enrichment]: https://github.com/corelight/terraform-aws-enrichment/ + +### Azure + +* [Terraform][terraform-azure-enrichment] + +[terraform-azure-enrichment]: https://github.com/corelight/terraform-azure-enrichment/ + +### GCP + +* [Terraform][terraform-gcp-enrichment] + +[terraform-gcp-enrichment]: https://github.com/corelight/terraform-gcp-sensor/ + +## Cloud Sensor + +Code to deploy Corelight's Cloud Sensor. + +### AWS + +* [Terraform][terraform-aws-sensor] +* [CFN][cfn-aws-sensor] + +[terraform-aws-sensor]: https://github.com/corelight/terraform-aws-sensor/ +[cfn-aws-sensor]: https://github.com/corelight/corelight-cloud/tree/main/cloud-native-iac/AWS + +### Azure + +* [Terraform][terraform-azure-sensor] + +[terraform-azure-sensor]: https://github.com/corelight/terraform-azure-sensor/ + +### GCP + +* [Terraform][terraform-gcp-sensor] + +[terraform-gcp-sensor]: https://github.com/corelight/terraform-gcp-enrichment/ ## License -The [MIT] License. +The project is licensed under the [MIT][] license. [MIT]: LICENSE