security: redact sensitive values from .env.prefilled

This commit is contained in:
Chris Christiansen 2026-05-26 04:09:39 +00:00
parent 5be10558c4
commit 2fcab86f3a
2 changed files with 5 additions and 4 deletions

View File

@ -11,11 +11,11 @@
# ── Required ─────────────────────────────────────────────────
export PROJECT_ID="propane-will-491900-m5"
export REGION="us-central1"
export BILLING_ACCOUNT_ID="0171F6-057E6B-A260BA"
export ALERT_EMAIL="chris.christiansen@vauco.no"
export BILLING_ACCOUNT_ID=""
export ALERT_EMAIL="din@epost.no"
# ── Service Account ───────────────────────────────────────────
export AGENT_SA="osvauco-agent-sa@propane-will-491900-m5.iam.gserviceaccount.com"
export AGENT_SA=""
# ── Cloud Run ─────────────────────────────────────────────────
export CLOUD_RUN_SERVICE="osvauco-agent"
@ -42,7 +42,7 @@ export GITHUB_REPO="OSVauco"
export GITHUB_APP_INSTALLATION_ID=""
# ── Billing IAM Hardening ─────────────────────────────────────
export BILLING_VIEWER_EMAILS="chris.christiansen@vauco.no,jason.vauger@vauco.no"
export BILLING_VIEWER_EMAILS=""
# Uncomment hvis vauco.no er registrert som GCP org-domene:
# export ORG_DOMAIN="vauco.no"

1
.gitignore vendored
View File

@ -40,3 +40,4 @@ Thumbs.db
# Temp
/tmp/
*.log
.env.prefilled