Karlodun opened a new issue #17074: URL: https://github.com/apache/superset/issues/17074
PostgreSQL impersonification is not working anymore #### How to reproduce the bug 1. Edit database -->Security-->Impersonate logged in user 2. Wrong password for [logged_in user] ### Expected results When Impersonate logged in user is enabled the connection should use login **and** password from logged in user and not from configuration. (it was working couple of minor versions ago) ### Actual results 1. It uses appropriate login, from logged in user 2. It uses wrong password, the one configured in connection. ### Environment (please complete the following information): - superset version: 1.3.1 - python version: 3.8.10 ### Checklist Make sure to follow these steps before submitting your issue - thank you! - [ ] I have checked the superset logs for python stacktraces and included it here as text if there are any. - [x] I have reproduced the issue with at least the latest released version of superset. - [x] I have checked the issue tracker for the same issue and I haven't found one similar. ### Additional context Add any other context about the problem here. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
