dosubot[bot] commented on issue #39834: URL: https://github.com/apache/superset/issues/39834#issuecomment-4461788713
<!-- Answer --> This has **not** been fixed yet. [PR #39946](https://github.com/apache/superset/pull/39946) was opened specifically to fix this issue (#39834), but it is currently **open and unmerged** [[1]](https://github.com/apache/superset/pull/39946). That PR resolves the JWT user before permission filters run, so list results match the authenticated user instead of falling back to public/anonymous access. It also includes regression tests for JWT database and dataset list requests and invalid Bearer token handling. No other merged PR fully addresses this specific problem for the core REST API list endpoints. Several related PRs have improved JWT handling in adjacent areas (MCP auth hooks, `/api/v1/me`, API key auth), but none fix the `g.user` population timing issue that causes the list filters to return empty results. <!-- Dosu Comment Footer --> *To reply, just mention [@dosu](https://go.dosu.dev/dosubot?utm_source=github&utm_medium=bot-comment&utm_campaign=github-comment-footer-20260415&utm_content=reply-with-mention&utm_term=apache%2Fsuperset).* --- Docs are dead. Just use [Dosu](https://dosu.dev?utm_source=github&utm_medium=bot-comment&utm_campaign=github-comment-footer-20260415&utm_content=static-docs-tagline&utm_term=apache%2Fsuperset). [](https://app.dosu.dev/response-feedback?utm_source=github&utm_medium=bot-comment&utm_campaign=github-comment-footer-20260415&utm_content=static-docs-feedback&utm_term=apache%2Fsuperset&message_id=6cf51f24-e296-4dc5-a73c-139ea70c493f) [](https://github.dosu.com/apache/superset?utm_source=github&utm_medium=bot-comment&utm_campaign=github-comment-footer-20260415&utm_content=static-docs-ask-repo&utm_term=apache%2Fsuperset) [](https://app.dosu.dev/signup?referrer=openSource&source=github-footer&utm_source=github&utm_medium=bot-comment&utm_campaign=github-comment-footer-20260415&utm_content=static-docs-share-team&utm_term=apache%2Fsuperset) -- 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]
