Skip to content

Commit

Permalink
docs - Security Measures
Browse files Browse the repository at this point in the history
  • Loading branch information
ishaan-jaff committed Jul 11, 2024
1 parent d0a7983 commit 9590d63
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 1 deletion.
13 changes: 13 additions & 0 deletions docs/my-website/docs/data_security.md
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion docs/my-website/docs/proxy_server.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
1 change: 1 addition & 0 deletions docs/my-website/sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,7 @@ const sidebars = {
label: "Extras",
items: [
"extras/contributing",
"data_security",
"contributing",
"rules",
"proxy_server",
Expand Down

0 comments on commit 9590d63

Please sign in to comment.