Hi everyone! I'm attempting to replace IIS with Nginx in an attempt to move towards kubernetes in our environment. The one issue we're having is that we use Windows Authentication for SQL connections using IIS impersonation.
Does anyone know of any way to replicate that in linux? All of our webapps are coded in aspnet core and getting it to connect to our MSSQL databases with windows auth is the last step.
If anyone has any ideas, help!