falcon-integration-gateway

GCP Backend

Integration with Google Cloud Platform - Security Command Center.

Example Configuration file

config/config.ini configures Falcon Integration Gateway. Below is a minimal configuration example for GCP:

[main]
# Cloud backends that are enabled. The gateway will push events to the cloud providers specified below
backends=AZURE

[gcp]
# GCP section is applicable only when GCP backend is enabled in the [main] section.

# Use GOOGLE_APPLICATION_CREDENTIALS env variable to configure GCP Backend. GOOGLE_APPLICATION_CREDENTIALS
# is an environment variable used to configure GCP Service accounts, it should point out to the credentials
# file for given service account.

Developer Guide

Developer Resources