From cd99c5c9d31c54d2eaed5f4d4b03cf164bf1b303 Mon Sep 17 00:00:00 2001 From: Krrish Dholakia Date: Sat, 6 Jul 2024 18:47:20 -0700 Subject: [PATCH] docs(proxy/enterprise.md): cleanup docs --- docs/my-website/docs/proxy/enterprise.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/my-website/docs/proxy/enterprise.md b/docs/my-website/docs/proxy/enterprise.md index 9b5b1fdc5..de1e2c9d7 100644 --- a/docs/my-website/docs/proxy/enterprise.md +++ b/docs/my-website/docs/proxy/enterprise.md @@ -1120,12 +1120,14 @@ This is a beta feature, and subject to changes. USE_AWS_KMS="True" ``` -**Step 2.** Add `aws_kms/` to encrypted keys in env +**Step 2.** Add `LITELLM_SECRET_AWS_KMS_` to encrypted keys in env ```env -DATABASE_URL="aws_kms/AQICAH.." +LITELLM_SECRET_AWS_KMS_DATABASE_URL="AQICAH.." ``` +LiteLLM will find this and use the decrypted `DATABASE_URL="postgres://.."` value in runtime. + **Step 3.** Start proxy ```