mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 18:54:30 +00:00
refactor secret managers
This commit is contained in:
parent
150f3c2cfa
commit
3c898e23ea
11 changed files with 22 additions and 18 deletions
|
@ -9,7 +9,7 @@ import time
|
|||
sys.path.insert(
|
||||
0, os.path.abspath("./")
|
||||
) # Adds the parent directory to the system path
|
||||
from litellm.proxy.secret_managers.aws_secret_manager import decrypt_env_var
|
||||
from litellm.secret_managers.aws_secret_manager import decrypt_env_var
|
||||
|
||||
if os.getenv("USE_AWS_KMS", None) is not None and os.getenv("USE_AWS_KMS") == "True":
|
||||
## V2 IMPLEMENTATION OF AWS KMS - USER WANTS TO DECRYPT MULTIPLE KEYS IN THEIR ENV
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue