Nest Engineering Docs
Auth

Configuration

Runtime configuration and environment variables for Auth

Settings file

  • services/auth/config/settings.py
  • Local overrides can be placed in services/auth/.env.

Environment variables

VariableRequiredDefaultPurpose
PROJECT_NAMENoNest Data Pipeline - Auth APIService display name
API_V1_STRNo/api/v1API prefix
DEBUGNofalseEnables debug mode
SENTRY_ENVIRONMENTNoproductionSentry environment tag
ALLOWED_ORIGINSNo["*"]CORS allowlist
GCP_PROJECT_IDNoresolved via metadataGCP project id

Secrets (Secret Manager)

SecretRequiredPurpose
AUTH_API_KEYYesAPI key used by X-API-Key middleware
AUTH_SENTRY_DSNNoError and trace reporting

Last updated on