Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Incomplete
-
Affects Version/s: 4.7.0
-
Fix Version/s: None
-
Component/s: app.editor
-
Labels:None
-
Easy:Easy
Description
It would be good to have an ability to configure outbound impersonation for SQL Alchemy connectors, so it would be possible to use configurations for example like the following:
hive://hivenode:10000/default?hive.server2.proxy.user=${USER}
For now substitutions like this works only when both ${USER} and ${PASSWORD} should be filled with data from DB authentication form.