forked from phoenix/litellm-mirror
feat(utils.py): support google kms for secret management
https://github.com/BerriAI/litellm/issues/1235
This commit is contained in:
parent
e29dcf595e
commit
2070a785a4
9 changed files with 72 additions and 4 deletions
|
@ -37,7 +37,8 @@ proxy = [
|
|||
extra_proxy = [
|
||||
"prisma",
|
||||
"azure-identity",
|
||||
"azure-keyvault-secrets"
|
||||
"azure-keyvault-secrets",
|
||||
"google-cloud-kms"
|
||||
]
|
||||
|
||||
proxy_otel = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue