Initial commit: Cloudflare infrastructure with WAF Intelligence
- Complete Cloudflare Terraform configuration (DNS, WAF, tunnels, access) - WAF Intelligence MCP server with threat analysis and ML classification - GitOps automation with PR workflows and drift detection - Observatory monitoring stack with Prometheus/Grafana - IDE operator rules for governed development - Security playbooks and compliance frameworks - Autonomous remediation and state reconciliation
This commit is contained in:
26
observatory/.env.example
Normal file
26
observatory/.env.example
Normal file
@@ -0,0 +1,26 @@
|
||||
# Cloudflare Mesh Observatory Environment
|
||||
# Copy to .env and fill in values
|
||||
|
||||
# Cloudflare API Credentials
|
||||
CLOUDFLARE_API_TOKEN=
|
||||
CLOUDFLARE_ZONE_ID=
|
||||
CLOUDFLARE_ACCOUNT_ID=
|
||||
|
||||
# Grafana Admin Password
|
||||
GRAFANA_PASSWORD=changeme
|
||||
|
||||
# ==============================================
|
||||
# Phase 5B - Alerting Configuration
|
||||
# ==============================================
|
||||
|
||||
# Slack Integration
|
||||
# Create incoming webhook: https://api.slack.com/messaging/webhooks
|
||||
SLACK_WEBHOOK_URL=https://hooks.slack.com/services/XXX/YYY/ZZZ
|
||||
|
||||
# PagerDuty Integration
|
||||
# Create service integration: https://support.pagerduty.com/docs/services-and-integrations
|
||||
PAGERDUTY_SERVICE_KEY=
|
||||
|
||||
# Email (SMTP) Settings
|
||||
SMTP_USERNAME=
|
||||
SMTP_PASSWORD=
|
||||
Reference in New Issue
Block a user