We’re planning on implementing EE over the next few months. Security is obviously something that needs to be taken very seriously.
Does Dremio support database proxying during authentication?
For example, in Dremio a source named Customers is connected to a SQL Server instance using an AD service account.
When users log into Dremio, via LDAP and execute a query against that physical asset, is the query being executed under the security context of the AD service account (tied to the source config) or the logged in user?
I’ve read through this Impersonation to Data sources (Granted access on Datasource) as well as the documentation on impersonation and am not quite clear yet.