feat(utils.py): support google kms for secret management

https://github.com/BerriAI/litellm/issues/1235
This commit is contained in:
Krrish Dholakia 2023-12-26 15:39:24 +05:30
parent e29dcf595e
commit 2070a785a4
9 changed files with 72 additions and 4 deletions

View file

@ -37,7 +37,8 @@ proxy = [
extra_proxy = [
"prisma",
"azure-identity",
"azure-keyvault-secrets"
"azure-keyvault-secrets",
"google-cloud-kms"
]
proxy_otel = [