Google Secret Manager
Google Secret Manager (Secret Manager)
LiteLLM의 비밀 관리자(Secret Manager) 중 하나인 Google Secret Manager에 대한 문서예요. Google Cloud에 저장된 시크릿을 프록시 설정에 사용할 수 있어요.
출처: 문서
본문
LiteLLM은 Google Secret Manager를 비밀 관리자로 지원해요. Google Cloud에 저장된 비밀값을 LiteLLM이 프록시 시작 시 가져와 복호화해 사용할 수 있어요.
설정
Google Cloud 자격 증명(GOOGLE_APPLICATION_CREDENTIALS 또는 ADC)과 조회할 시크릿의 프로젝트 ID, 시크릿 이름이 필요해요.
사용법
environment_variables에서 값을 Google Secret Manager 형태로 지정하면 프록시가 시작 시 해당 시크릿을 가져와 사용해요.
이 페이지는 LiteLLM Google Secret Manager 연동의 시작점이에요. 자세한 설정은 LiteLLM 비밀 관리자 문서를 참고하세요.