https://github.com/crowdstrike/cs-oci-integration-terraform

https://github.com/crowdstrike/cs-oci-integration-terraform

Science Score: 26.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (9.9%) to scientific vocabulary
Last synced: 11 months ago · JSON representation

Repository

Basic Info
  • Host: GitHub
  • Owner: CrowdStrike
  • License: apache-2.0
  • Language: HCL
  • Default Branch: main
  • Size: 83 KB
Statistics
  • Stars: 1
  • Watchers: 2
  • Forks: 0
  • Open Issues: 0
  • Releases: 24
Created over 1 year ago · Last pushed 11 months ago
Metadata Files
Readme License Code of conduct Security

README.md

CrowdStrike Falcon

Falcon Cloud Security Registration for Oracle Cloud

Overview

This repository contains Terraform scripts designed to set up the necessary resources in Oracle Cloud Infrastructure (OCI) for CrowdStrike Falcon Cloud Security integration. These scripts are intended to be run in OCI Resource Manager and not directly with Terraform.

Features

  • Creates an IAM user in OCI for CrowdStrike Falcon Cloud Security
  • Sets up an IAM group and adds the created user to it
  • Establishes IAM policies for the group
  • Associates an API key with the created user
  • Supports both Identity Domains and non-Identity Domains OCI tenancies

Prerequisites

  • Access to OCI Resource Manager
  • Necessary permissions to create IAM resources in your OCI tenancy
  • CrowdStrike Falcon Cloud Security account and registration process initiated

Usage

  1. Start the Falcon Cloud Security registration wizard in the CrowdStrike Falcon console.
  2. Follow the steps in Falcon Console to Deploy the OCI Stack.
  3. Apply the stack in OCI Resource Manager.
  4. Copy the generated user OCID and stack OCID, paste it into the final step of the CrowdStrike registration wizard.

Variables

  • tenancy_ocid: OCI Tenancy OCID (auto-populated in Resource Manager)
  • expected_home_region: Home Region specified in Falcon Cloud Security registration
  • user_name: Name for the created IAM user (auto-populated in Resource Manager)
  • group_name: Name for the created IAM group (auto-populated in Resource Manager)
  • policy_name: Name for the created IAM policy (auto-populated in Resource Manager)
  • user_email_address: Email for the created IAM user (optional)
  • api_public_key: Public key for API access, generated by Falcon Cloud Security

Outputs

  • user_ocid: OCID of the created user (needed to complete CrowdStrike registration)
  • template_version: Version of the CrowdStrike OCI integration supported by this template

Important Notes

  • This script performs validation to ensure the provided home region matches the actual tenancy home region.
  • The script handles formatting of the provided API public key to meet RFC7468 standards.
  • Different resources are created based on whether the tenancy uses Identity Domains or not.

Support

For issues or questions, please contact CrowdStrike support or refer to the Falcon Cloud Security documentation.

License Information

See the LICENSE for more information.

Owner

  • Name: CrowdStrike
  • Login: CrowdStrike
  • Kind: organization
  • Email: github@crowdstrike.com
  • Location: United States of America

GitHub Events

Total
  • Release event: 19
  • Delete event: 19
  • Issue comment event: 2
  • Push event: 49
  • Pull request review comment event: 7
  • Pull request review event: 48
  • Pull request event: 44
  • Create event: 38
Last Year
  • Release event: 19
  • Delete event: 19
  • Issue comment event: 2
  • Push event: 49
  • Pull request review comment event: 7
  • Pull request review event: 48
  • Pull request event: 44
  • Create event: 38

Committers

Last synced: about 1 year ago

All Time
  • Total Commits: 45
  • Total Committers: 7
  • Avg Commits per committer: 6.429
  • Development Distribution Score (DDS): 0.4
Past Year
  • Commits: 45
  • Committers: 7
  • Avg Commits per committer: 6.429
  • Development Distribution Score (DDS): 0.4
Top Committers
Name Email Commits
Shahana Baliyambra s****a@c****m 27
pkaur02 p****r@c****m 5
Alex Grant a****t@c****m 4
Musa Musayev 4****o 3
hraveendran-cs h****n@c****m 3
Daniel Mapleson d****n@c****m 2
hsathappan-cs h****n@c****m 1
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: 11 months ago

All Time
  • Total issues: 0
  • Total pull requests: 47
  • Average time to close issues: N/A
  • Average time to close pull requests: 1 day
  • Total issue authors: 0
  • Total pull request authors: 8
  • Average comments per issue: 0
  • Average comments per pull request: 0.11
  • Merged pull requests: 38
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 47
  • Average time to close issues: N/A
  • Average time to close pull requests: 1 day
  • Issue authors: 0
  • Pull request authors: 8
  • Average comments per issue: 0
  • Average comments per pull request: 0.11
  • Merged pull requests: 38
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
  • ShahanaBaliyambra (18)
  • hraveendran-cs (6)
  • pkaur4 (5)
  • dmapleson (5)
  • Doron3 (5)
  • alex-grant-cs (4)
  • hsathappan-cs (2)
  • luckb0x (2)
Top Labels
Issue Labels
Pull Request Labels
documentation (2)

Dependencies

.github/workflows/create-release.yml actions
  • actions/checkout v4 composite
  • actions/create-release v1 composite
  • actions/upload-release-asset v1 composite
.github/workflows/pre-commit.yml actions
  • actions/checkout v3 composite
  • actions/setup-python v3 composite
  • hashicorp/setup-terraform v2 composite