Skip to content

Commit

Permalink
workload-identity
Browse files Browse the repository at this point in the history
  • Loading branch information
hariombalhara committed Jan 22, 2025
1 parent 1e3cc13 commit c6401f1
Show file tree
Hide file tree
Showing 4 changed files with 772 additions and 37 deletions.
9 changes: 9 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -417,3 +417,12 @@ DIRECTORY_IDS_TO_LOG=
# Set this when Cal.com is used to serve only one organization's booking pages
# Read more about it in the README.md
NEXT_PUBLIC_SINGLE_ORG_SLUG=

# Google Calendar Service Account for Domain Wide Delegation
# Enable Workload Identity Federation (recommended) or use Service Account
USE_WORKLOAD_IDENTITY_FEDERATION=false
GCP_PROJECT_ID=my-project-123456
GCP_PROJECT_NUMBER=1234567890
GCP_SERVICE_ACCOUNT_EMAIL=[email protected]
GCP_WORKLOAD_IDENTITY_POOL_ID=vercel
GCP_WORKLOAD_IDENTITY_POOL_PROVIDER_ID=vercel
Loading

0 comments on commit c6401f1

Please sign in to comment.