-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.env.example
More file actions
28 lines (22 loc) · 815 Bytes
/
Copy path.env.example
File metadata and controls
28 lines (22 loc) · 815 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# AWS (uses default boto3 chain: env vars, ~/.aws/credentials, instance role)
# AWS_PROFILE=default
# AWS_DEFAULT_REGION=us-east-1
# Azure AD / Entra ID
# AZURE_TENANT_ID=your-tenant-id
# AZURE_SUBSCRIPTION_ID=your-subscription-id
# GCP (uses application default credentials: gcloud auth application-default login)
# GCP_PROJECT=your-project-id
# GOOGLE_CLOUD_PROJECT=your-project-id # alternative
# GitHub
# GITHUB_TOKEN=ghp_your_token_here
# GITHUB_ORG=your-org
# GITHUB_BASE_URL= # for GitHub Enterprise
# Kubernetes (uses current kubeconfig context by default)
# KUBECONFIG=~/.kube/config
# KUBE_CONTEXT=prod-cluster
# KUBE_NAMESPACE= # empty = all namespaces
# LLM explanations (optional)
# OPENAI_API_KEY=sk-your-key-here
# Risk thresholds
# NHINSIGHT_STALE_DAYS=90
# NHINSIGHT_ROTATION_MAX_DAYS=365