Open mkucharsky opened 1 month ago
hi @mkucharsky , since the liquibase docker container is based on linux, it won't natively support Windows Integrated Security. Instead you would need to extend the liquibase docker image using Kerberos Authentication. This would involve doing the following:
krb5.conf
that contains your Kerberos realm and KDC configurations. Include (or mount) that into the containerYou can find more detail about this here: https://docs.liquibase.com/start/tutorials/ms-sql-server-integrated-security-kerberos-authentication.html
I would like to run liquibase and connect to SQL Server with Integrated Security. I have checked documentation ms-sql-server-windows-integrated-security and prepared command:
I use official docker image: liquibase/liquibase:4.29 Unfortunately I get an error:
I don’t understand this log, how can I load dll to linux machine and where I should copy this file
mssql-jdbc_auth-12.6.1.x64.dll
? How to connect within docker container to mssql server using Integrated Security?