rijojoseph07 edited a comment on pull request #13214: URL: https://github.com/apache/superset/pull/13214#issuecomment-831718900
> Yes the admin credentials without impersonation works with no issues. I'm running Superset in debug mode and I don't see any logs associated with this. Thanks, Ravi > […](#) > On Mon, May 3, 2021 at 22:46 rijojoseph07 ***@***.***> wrote: Hi @DRavikanth <https://github.com/DRavikanth>, were you able to connect using admin credentials without impersonation? Also it will be helpful if you can run superset in debug mode and share the logs. — You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub <[#13214 (comment)](https://github.com/apache/superset/pull/13214#issuecomment-831696748)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/ACRGFYILCSOHKHUGPSLITI3TL6C2PANCNFSM4X2W3ZIA> . @DRavikanth I just test this feature with superset 1.1.0 and presto 347 and it is working fine. Can you please check if impersonation is happening working as expected from the presto side via cli (this support was recently added to presto so you may have to upgrade presto)? My connection URL looks like this : presto://presto-dns:443/hive/dev Extra : { "metadata_params": {}, "cost_estimate_enabled": true, "engine_params": { "connect_args":{ "protocol": "https", "username":"admin", "password":"<password>" } }, "metadata_cache_timeout": {}, "schemas_allowed_for_csv_upload": ["dev"] } I use ranger with presto, and have enabled impersonation from ranger. You can also check presto server logs to see if your request is reaching presto. -- 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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
