Skip to content

Disable GSSAPI when CGO is enabled to support DNS resolution

Changelog

Closes #625 (closed)

The DNS resolution works differently when CGO_ENABLED=1 and GSSAPI is disabled. This MR addresses this issue to make sure GSSAPI can be disabled for the case when CGO_ENABLED=1

Merge request reports