cgivre commented on issue #2296: URL: https://github.com/apache/drill/issues/2296#issuecomment-901972587
Hi Christian, I think this actually might be a very easy fix. Good News: As part of DRILL-7855 [1] we introduced a password vault to Drill which enables user impersonation for all storage plugins. Here is the documentation for this feature [2]. Not Great News: I'm not exactly sure whether this was enabled for the JDBC plugin. If it isn't, it is not that difficult to add this to the config for any plugin. 1: https://github.com/apache/drill/pull/2162 <https://github.com/apache/drill/pull/2162> 2.: https://github.com/apache/drill/blob/master/docs/dev/PluginCredentialsProvider.md <https://github.com/apache/drill/blob/master/docs/dev/PluginCredentialsProvider.md> Best, -- C > On Aug 19, 2021, at 3:54 AM, Christian Pfarr ***@***.***> wrote: > > > Hi @luocooong <https://github.com/luocooong>, > > ok, understood that storage plugin is loaded by drill itself before user logs in. So there is no way to specify it at the plugin config. > Is there any other way to do this at query time? > > How is Impersonation handled for hdfs and hbase? > > Im open for everything else that gets the initial idea to work. Maybe we should rename the feature request to "jdbc impersonation support" or something else. > > — > You are receiving this because you are subscribed to this thread. > Reply to this email directly, view it on GitHub <https://github.com/apache/drill/issues/2296#issuecomment-901692931>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/ABKB7PVBRQZRJYQ7BYXG7JLT5S2EXANCNFSM5CLU4IVQ>. > Triage notifications on the go with GitHub Mobile for iOS <https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675> or Android <https://play.google.com/store/apps/details?id=com.github.android&utm_campaign=notification-email>. > -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
