GitHub user dosubot[bot] added a comment to the discussion: which version is work both with SUPERSET_APP_ROOT and Security menu
<!-- Answer --> I found two similar discussions that might be relevant to your issue: 1. [SUPERSET_APP_ROOT in pypi deployment](https://github.com/apache/superset/discussions/33391) - This thread is open and discusses issues with `SUPERSET_APP_ROOT` in deployment scenarios <sup>[[1]](https://github.com/apache/superset/discussions/33391)</sup>. 2. [superset_app_root doesn't work in superset 4.1.2 with nginx](https://github.com/apache/superset/discussions/33229) - This thread is open and specifically addresses problems with `SUPERSET_APP_ROOT` in version 4.1.2 when using nginx <sup>[[2]](https://github.com/apache/superset/discussions/33229)</sup>. Regarding your question, the `SUPERSET_APP_ROOT` functionality allows the application to run under a non-root path, but it is currently in BETA. This might explain the inconsistencies you're experiencing across different versions <sup>[[3]](https://github.com/apache/superset/blob/master/docs/docs/configuration/configuring-superset.mdx)</sup><sup>[[4]](https://github.com/apache/superset/blob/master/superset/app.py)</sup>. The Security menu is restricted to admin users only, as defined in the `ADMIN_ONLY_VIEW_MENUS` set within the `superset/security/manager.py` file <sup>[[5]](https://github.com/apache/superset/blob/master/superset/security/manager.py)</sup>. It seems that the issues you're facing might be related to the specific configurations or the BETA status of the `SUPERSET_APP_ROOT` feature. You might want to check the configuration settings and ensure they are correctly set for both functionalities. Additionally, waiting for the official release of version 5.0.0 could potentially resolve these issues, as it might include fixes or improvements for these features. <!-- 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/dfb7f9f5-83a7-4fa3-bb48-026c2178aaf5?feedback_type=great_response) | [Irrelevant Answer](https://app.dosu.dev/response-feedback/dfb7f9f5-83a7-4fa3-bb48-026c2178aaf5?feedback_type=irrelevant_answer) | [Incorrect Sources](https://app.dosu.dev/response-feedback/dfb7f9f5-83a7-4fa3-bb48-026c2178aaf5?feedback_type=incorrect_sources) | [Too Verbose](https://app.dosu.dev/response-feedback/dfb7f9f5-83a7-4fa3-bb48-026c2178aaf5?feedback_type=too_verbose) | [Hallucination](https://app.dosu.dev/response-feedback/dfb7f9f5-83a7-4fa3-bb48-026c2178aaf5?feedback_type=hallucination) | [Bug Report](https://app.dosu.dev/response-feedback/dfb7f9f5-83a7-4fa3-bb48-026c2178aaf5?feedback_type=bug_report) | [Other](https://app.dosu.dev/response-feedback/dfb7f9f5-83a7-4fa3-bb48-026c2178aaf5?feedback_type=other)</sup> GitHub link: https://github.com/apache/superset/discussions/33414#discussioncomment-13125437 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
