forked from phoenix/litellm-mirror
docs - Security Measures
This commit is contained in:
parent
d0a7983a41
commit
9590d63a38
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 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.
|
||||
|
||||
|
|
|
@ -237,6 +237,7 @@ const sidebars = {
|
|||
label: "Extras",
|
||||
items: [
|
||||
"extras/contributing",
|
||||
"data_security",
|
||||
"contributing",
|
||||
"rules",
|
||||
"proxy_server",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue