Files
local-ci-cd-system/src/ci_orchestrator
Simone ef6f36c702 fix(winrm): default to NTLM for local-account build VMs
pypsrp defaults to auth='negotiate', which attempts Kerberos with no
domain and fails under SSPI with SEC_E_UNKNOWN_CREDENTIALS for the
workgroup ci_build account. Default to 'ntlm' (configurable). The
guest username must be host-qualified (WINBUILD-2025\ci_build) and
stored that way in the credential vault.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-17 12:24:34 +02:00
..