Auto-auth 방법: LDAP
Auto-auth 방법: LDAP
ldap 방법은 파일에서 비밀번호를 읽어 LDAP 인증 방법에 보냅니다.
출처: 문서
본문
구성 (Configuration)
password_file_path(string: required)— 비밀번호 파일의 경로입니다.username(string: required)— Vault에서 인증할 사용자 이름입니다.remove_password_after_reading(bool: optional, 기본값 true)— 비밀번호를 읽은 후 제거하는 기본 동작을 비활성화하려면false로 설정할 수 있습니다.remove_password_follows_symlinks(bool: optional, 기본값 false)—remove_password_after_reading동작을 실행할 때 비밀번호를 제거하면서 심볼릭 링크를 따라가려면true로 설정할 수 있습니다. false로 설정하면 비밀번호 파일이 아니라 심볼릭 링크를 삭제합니다.remove_password_after_reading가 false면 아무 것도 하지 않습니다.password_read_period(duration: "0.5s", optional)— auto-auth가password_file_path에 저장된 비밀번호를 읽으려 시도할 간격입니다.remove_password_after_reading가true로 설정되면1m으로, 그 외에는0.5s로 기본 설정됩니다. 기간 형식 문자열을 사용합니다.