From 9590d63a384290663eeb7aea0a991f68aee07656 Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Wed, 10 Jul 2024 17:40:30 -0700 Subject: [PATCH] docs - Security Measures --- docs/my-website/docs/data_security.md | 13 +++++++++++++ docs/my-website/docs/proxy_server.md | 2 +- docs/my-website/sidebars.js | 1 + 3 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 docs/my-website/docs/data_security.md diff --git a/docs/my-website/docs/data_security.md b/docs/my-website/docs/data_security.md new file mode 100644 index 000000000000..2822c696c17c --- /dev/null +++ b/docs/my-website/docs/data_security.md @@ -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 \ No newline at end of file diff --git a/docs/my-website/docs/proxy_server.md b/docs/my-website/docs/proxy_server.md index 87d30e16d6b1..ef9352ab1f71 100644 --- a/docs/my-website/docs/proxy_server.md +++ b/docs/my-website/docs/proxy_server.md @@ -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. diff --git a/docs/my-website/sidebars.js b/docs/my-website/sidebars.js index 43f6eb7c2fc7..6c53044a29f8 100644 --- a/docs/my-website/sidebars.js +++ b/docs/my-website/sidebars.js @@ -237,6 +237,7 @@ const sidebars = { label: "Extras", items: [ "extras/contributing", + "data_security", "contributing", "rules", "proxy_server",