We have transfered our site (httpd+nginx+php) from simple host with 3 containers to kuber cluster. And after that for some reason SSO has stopped working. Kerberos and samba configs are the same, AD domain is the same. Simple kerberos login with login/password still working. Httpd container's logs say:
Warning: received token seems to be NTLM, which isn't supported by the Kerberos module. Check your IE configuration
[auth_kerb:error] gss_accept_sec_context() failed: An unsupported mechanism was requested (, Unknown error)
I've already registered site as an "intranet website" in IE settings. But while trying to access it from my computer (user is connected to domain) the client is still sending an NTLM token.
If not solution could you at least suggest what can be the difference in authentication on the same site between host and kuber clusters? So that I at least know which way to look