extend bitwarden credential to support vaultwarden (#3268)

This commit is contained in:
LawyZheng
2025-08-22 13:02:12 +08:00
committed by GitHub
parent c54ba42bb9
commit 44d7c73242
3 changed files with 26 additions and 22 deletions

View File

@@ -282,6 +282,7 @@ class Settings(BaseSettings):
BITWARDEN_CLIENT_ID: str | None = None
BITWARDEN_CLIENT_SECRET: str | None = None
BITWARDEN_MASTER_PASSWORD: str | None = None
BITWARDEN_EMAIL: str | None = None
OP_SERVICE_ACCOUNT_TOKEN: str | None = None
# Skyvern Auth Bitwarden Settings