|
| 1 | +# Data Privacy and Security |
| 2 | + |
| 3 | +## Security Measures |
| 4 | + |
| 5 | +### LiteLLM Github |
| 6 | + |
| 7 | +- All commits run through Github's CodeQL checking |
| 8 | + |
| 9 | +### Self-hosted Instances LiteLLM |
| 10 | + |
| 11 | +- **No data or telemetry is stored on LiteLLM Servers when you self host** |
| 12 | +- For installation and configuration, see: [Self-hosting guided](https://docs.litellm.ai/docs/proxy/deploy) |
| 13 | +- **Telemetry** We run no telemetry when you self host LiteLLM |
| 14 | + |
| 15 | +### LiteLLM Cloud |
| 16 | + |
| 17 | +- We encrypt all data stored using your `LITELLM_MASTER_KEY` and in transit using TLS. |
| 18 | +- Our database and application run on GCP, AWS infrastructure, partly managed by NeonDB. |
| 19 | + - US data region: Northern California (AWS/GCP `us-west-1`) & Virginia (AWS `us-east-1`) |
| 20 | + - EU data region Germany/Frankfurt (AWS/GCP `eu-central-1`) |
| 21 | +- All users have access to SSO (Single Sign-On) through OAuth 2.0 with Google, Okta, Microsoft, KeyCloak. |
| 22 | +- Audit Logs with retention policy |
| 23 | +- Control Allowed IP Addresses that can access your Cloud LiteLLM Instance |
| 24 | + |
| 25 | +For security inquiries, please contact us at [email protected] |
| 26 | + |
| 27 | + |
| 28 | +For security inquiries, please contact us at [email protected] |
| 29 | + |
| 30 | +#### Supported data regions for LiteLLM Cloud |
| 31 | + |
| 32 | +LiteLLM supports the following data regions: |
| 33 | + |
| 34 | +- US, Northern California (AWS/GCP `us-west-1`) |
| 35 | +- Europe, Frankfurt, Germany (AWS/GCP `eu-central-1`) |
| 36 | + |
| 37 | +All data, user accounts, and infrastructure are completely separated between these two regions |
| 38 | + |
| 39 | +### Security Vulnerability Reporting Guidelines |
| 40 | + |
| 41 | +We value the security community's role in protecting our systems and users. To report a security vulnerability: |
| 42 | + |
| 43 | +- Email [email protected] with details |
| 44 | +- Include steps to reproduce the issue |
| 45 | +- Provide any relevant additional information |
| 46 | + |
| 47 | +We'll review all reports promptly. Note that we don't currently offer a bug bounty program. |
0 commit comments