Azure Key Vault

Azure Key Vault (Secret Manager)

LiteLLM의 비밀 관리자(Secret Manager) 중 하나인 Azure Key Vault에 대한 문서예요. 환경 변수에 설정된 비밀값을 Azure Key Vault에서 가져와 복호화해 사용할 수 있어요.

출처: 문서

본문

LiteLLM은 Azure Key Vault를 비밀 관리자로 지원해요. environment_variables의 값을 AZURE_KEY_VAULT 형태로 지정하면 LiteLLM이 Key Vault에서 비밀을 복호화해 사용해요.

설정

Azure 자격 증명(AZURE_CLIENT_ID, AZURE_CLIENT_SECRET, AZURE_TENANT_ID)과 Key Vault URL이 필요해요.

사용법

environment_variables에서 값을 Key Vault 형태로 지정하면 프록시가 시작 시 복호화해요.

이 페이지는 LiteLLM Azure Key Vault 연동의 시작점이에요. 자세한 설정은 LiteLLM 비밀 관리자 문서를 참고하세요.

더 알아보기 (Learn more)