I'm trying to connect to MSSQL Server using the ExecuteSQL processor and a DBCPConnectionPool service.
I'm constrained (or rather, strongly encouraged), to use domain credentials, preferably with kerberos to authenticate to the SQL Server. Reading the docs for DBCPConnectionPool it doesn't seem like this is possible?
Is there any workaround's to achieve this?