dosubot[bot] commented on issue #31994: URL: https://github.com/apache/superset/issues/31994#issuecomment-2614882111
<!-- Greeting --> Hi @myselfuser1! I'm here to help you with any bugs, questions, or contributions. Let's tackle this issue together! <!-- Answer --> I found some similar discussions that might help you resolve the issue of making a chart public without requiring credentials: 1. In a [discussion](https://github.com/apache/superset/discussions/31949#discussioncomment-11940312), it was suggested to add `PUBLIC_ROLE_LIKE = "Gamma"` to the `superset_config.py` file. This allows access to dashboards without logging in by granting public users Gamma-like permissions. Additionally, ensure that the dashboard's status is set to published instead of draft. 2. Another [discussion](https://github.com/apache/superset/discussions/25299#discussioncomment-7046305) recommended setting `AUTH_ROLE_PUBLIC = 'Public'` and creating a guest role for anonymous dashboard viewing. The configuration included enabling `DASHBOARD_RBAC` and other feature flags. Ensure that the guest role has the necessary permissions to view dashboards. Make sure to apply these configurations and restart your Superset instance to see the changes. Also, verify that the dashboard is published and that the roles have the correct permissions set. <!-- 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/f45a0ff6-54c6-46c5-9ab9-7c7b7af4b15d?feedback_type=great_response) | [Irrelevant Answer](https://app.dosu.dev/response-feedback/f45a0ff6-54c6-46c5-9ab9-7c7b7af4b15d?feedback_type=irrelevant_answer) | [Incorrect Sources](https://app.dosu.dev/response-feedback/f45a0ff6-54c6-46c5-9ab9-7c7b7af4b15d?feedback_type=incorrect_sources) | [Too Verbose](https://app.dosu.dev/response-feedback/f45a0ff6-54c6-46c5-9ab9-7c7b7af4b15d?feedback_type=too_verbose) | [Hallucination](https://app.dosu.dev/response-feedback/f45a0ff6-54c6-46c5-9ab9-7c7b7af4b15d?feedback_type=hallucination) | [Other](https://app.dosu.dev/response-feedback/f45a0ff6-54c6-46c5-9ab9-7c7b7af4b15d?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]
