Skip to content

Commit 4b1d7e9

Browse files
kerberos-spn-missing-print-msg
1 parent 32b7fb8 commit 4b1d7e9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

internal/wrappers/client.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -218,6 +218,7 @@ func kerberosProxyClient(timeout uint, proxyStr string) *http.Client {
218218
// Validate required SPN parameter
219219
if proxySPN == "" {
220220
logger.PrintIfVerbose("ERROR: Kerberos SPN is required for Kerberos proxy authentication.")
221+
logger.Print("ERROR: Kerberos SPN is required for Kerberos proxy authentication.")
221222
logger.PrintIfVerbose("Please provide SPN using: --proxy-kerberos-spn 'HTTP/proxy.example.com' or set CX_PROXY_KERBEROS_SPN environment variable")
222223
logger.PrintIfVerbose("Falling back to basic proxy authentication")
223224
// Return a basic client that will fail gracefully

0 commit comments

Comments
 (0)