dosubot[bot] commented on issue #31675: URL: https://github.com/apache/superset/issues/31675#issuecomment-2567169079
<!-- Greeting --> Hello, @RenePab! I'm here to help you with any bugs, questions, or contributions you have for the project. Let's tackle this issue together! <!-- Answer --> The error message "Subject must be a string" occurs because the 'sub' claim in the JWT token payload is an integer, but the CSRF token endpoint requires it to be a string. This is a known issue when using the latest version of the master branch in Superset <sup>[[1]](https://github.com/apache/superset/discussions/31418)</sup>. A recommended workaround is to use the Superset CLI for automation tasks instead of the API, as there is no direct way to modify the 'sub' claim in the Ansible workflow <sup>[[1]](https://github.com/apache/superset/discussions/31418)</sup>. <!-- Dosu Comment Footer --> *To continue talking to [Dosu](https://dosu.dev), mention @dosu.* --- <sup>Help Dosu learn! Give it feedback: [Great Response](https://app.dosu.dev/response-feedback/d1bb6da7-a6b9-4b25-a796-79b35736c8b3?feedback_type=great_response) | [Irrelevant Answer](https://app.dosu.dev/response-feedback/d1bb6da7-a6b9-4b25-a796-79b35736c8b3?feedback_type=irrelevant_answer) | [Incorrect Sources](https://app.dosu.dev/response-feedback/d1bb6da7-a6b9-4b25-a796-79b35736c8b3?feedback_type=incorrect_sources) | [Too Verbose](https://app.dosu.dev/response-feedback/d1bb6da7-a6b9-4b25-a796-79b35736c8b3?feedback_type=too_verbose) | [Hallucination](https://app.dosu.dev/response-feedback/d1bb6da7-a6b9-4b25-a796-79b35736c8b3?feedback_type=hallucination) | [Other](https://app.dosu.dev/response-feedback/d1bb6da7-a6b9-4b25-a796-79b35736c8b3?feedback_type=other)</sup> -- 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]
