mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-26 11:14:04 +00:00
docs - Security Measures
This commit is contained in:
parent
f7d239f528
commit
2009de7aaf
3 changed files with 15 additions and 1 deletions
13
docs/my-website/docs/data_security.md
Normal file
13
docs/my-website/docs/data_security.md
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
# Data Privacy and Security
|
||||||
|
|
||||||
|
## Security Measures
|
||||||
|
|
||||||
|
### Cloud LiteLLM
|
||||||
|
|
||||||
|
- We encrypt all data stored using your `LITELLM_MASTER_KEY` and in transit using TLS.
|
||||||
|
- Our database and application run on GCP, AWS infrastructure, partly managed by NeonDB.
|
||||||
|
- US data region: Northern California (AWS/GCP `us-west-1`) & Virginia (AWS `us-east-1`)
|
||||||
|
- EU data region Germany/Frankfurt (AWS/GCP `eu-central-1`)
|
||||||
|
- All users have access to SSO (Single Sign-On) through OAuth 2.0 with Google, Okta, Microsoft, KeyCloak.
|
||||||
|
|
||||||
|
For security inquiries, please contact us at support@berri.ai
|
|
@ -1,7 +1,7 @@
|
||||||
import Tabs from '@theme/Tabs';
|
import Tabs from '@theme/Tabs';
|
||||||
import TabItem from '@theme/TabItem';
|
import TabItem from '@theme/TabItem';
|
||||||
|
|
||||||
# [OLD PROXY 👉 [**NEW** proxy here](./simple_proxy)] Local OpenAI Proxy Server
|
# [OLD PROXY 👉 [NEW proxy here](./simple_proxy)] Local OpenAI Proxy Server
|
||||||
|
|
||||||
A fast, and lightweight OpenAI-compatible server to call 100+ LLM APIs.
|
A fast, and lightweight OpenAI-compatible server to call 100+ LLM APIs.
|
||||||
|
|
||||||
|
|
|
@ -237,6 +237,7 @@ const sidebars = {
|
||||||
label: "Extras",
|
label: "Extras",
|
||||||
items: [
|
items: [
|
||||||
"extras/contributing",
|
"extras/contributing",
|
||||||
|
"data_security",
|
||||||
"contributing",
|
"contributing",
|
||||||
"rules",
|
"rules",
|
||||||
"proxy_server",
|
"proxy_server",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue