mirror of
https://github.com/tiennm99/litellm.git
synced 2026-08-11 00:25:15 +00:00
docs(proxy/enterprise.md): cleanup docs
This commit is contained in:
@@ -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
|
||||
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user