forked from phoenix/litellm-mirror
docs(proxy/enterprise.md): cleanup docs
This commit is contained in:
parent
992f0df0ed
commit
cd99c5c9d3
1 changed files with 4 additions and 2 deletions
|
@ -1120,12 +1120,14 @@ This is a beta feature, and subject to changes.
|
||||||
USE_AWS_KMS="True"
|
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
|
```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
|
**Step 3.** Start proxy
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue