Dipanshusinghh commented on issue #39834: URL: https://github.com/apache/superset/issues/39834#issuecomment-4381490866
@gkhnelbstn Thanks for the detailed report. I was able to reproduce the issue in Superset 6.0.1. It looks like JWT-authenticated requests are not correctly populating g.user before the authorization filters execute, causing can_access_all_databases() to treat the request as anonymous. I’ll try to investigate the request lifecycle between flask-jwt-extended and FAB’s before_request hooks and see if I can propose a fix or cleaner integration for JWT auth. -- 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]
