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
| Variable | Required | Default | Purpose |
|---|---|---|---|
PROJECT_NAME | No | Nest Data Pipeline - Auth API | Service display name |
API_V1_STR | No | /api/v1 | API prefix |
DEBUG | No | false | Enables debug mode |
SENTRY_ENVIRONMENT | No | production | Sentry environment tag |
ALLOWED_ORIGINS | No | ["*"] | CORS allowlist |
GCP_PROJECT_ID | No | resolved via metadata | GCP project id |
Secrets (Secret Manager)
| Secret | Required | Purpose |
|---|---|---|
AUTH_API_KEY | Yes | API key used by X-API-Key middleware |
AUTH_SENTRY_DSN | No | Error and trace reporting |
Last updated on