GitHub user stgztsw added a comment to the discussion: no options such as 
creating users and roles in the Settings menu

> For Superset 6.0.0rc1, the visibility of user and role management options in 
> the Settings menu is controlled by the `SUPERSET_SECURITY_VIEW_MENU` config 
> option. If this is set to `False` in your configuration (for example, in a 
> custom `superset_config.py`), those options will be hidden—even for admin 
> users. By default, the Docker Compose setup does not disable these features, 
> so this issue is usually caused by a custom config override or an admin user 
> not having the correct role assignment. Feature flags and environment 
> variables prefixed with `SUPERSET_FEATURE_` can also affect UI visibility, 
> but none are set by default to hide these options in the standard setup 
> [source](https://github.com/apache/superset/blob/829e4d92d91ceae4b43b1ed3b063ffe45377799c/superset/config.py).
> 
> To troubleshoot: verify that your admin user actually has the "Admin" role, 
> check for any custom `superset_config.py` overrides, and ensure 
> `SUPERSET_SECURITY_VIEW_MENU = True` is set. If you recently changed configs, 
> you may need to reinitialize the admin user inside the container using 
> commands like `superset fab list-users`, `superset fab create-admin`, 
> `superset db upgrade`, and `superset init` 
> [discussion](https://github.com/apache/superset/discussions/34044).
> 
> _To reply, just mention [@dosu](https://go.dosu.dev/dosubot)._
> 
> How did I do? 
> [Good](https://app.dosu.dev/response-feedback/17e8be3e-443c-48a2-b4ff-8adecb1c195f?feedback_type=great_response)
>  | 
> [Irrelevant](https://app.dosu.dev/response-feedback/17e8be3e-443c-48a2-b4ff-8adecb1c195f?feedback_type=irrelevant_answer)
>  | 
> [Incorrect](https://app.dosu.dev/response-feedback/17e8be3e-443c-48a2-b4ff-8adecb1c195f?feedback_type=incorrect_sources)
>  | 
> [Verbose](https://app.dosu.dev/response-feedback/17e8be3e-443c-48a2-b4ff-8adecb1c195f?feedback_type=too_verbose)
>  | 
> [Hallucination](https://app.dosu.dev/response-feedback/17e8be3e-443c-48a2-b4ff-8adecb1c195f?feedback_type=hallucination)
>  | [Report 
> 🐛](https://app.dosu.dev/response-feedback/17e8be3e-443c-48a2-b4ff-8adecb1c195f?feedback_type=bug_report)
>  | 
> [Other](https://app.dosu.dev/response-feedback/17e8be3e-443c-48a2-b4ff-8adecb1c195f?feedback_type=other)
>   [![Chat with 
> Dosu](https://camo.githubusercontent.com/d9ffebb979729c9ef0fc4e3090dbae5b17cabbfec8afe378ada6b81913d6ad8a/68747470733a2f2f646f73752e6465762f646
 
f73752d636861742d62616467652e737667)](https://app.dosu.dev/a28d3c7e-a9d3-459e-9fb6-3a6f9ff4f357/ask?utm_source=github)
 [![Join 
Discord](https://camo.githubusercontent.com/d562c2df5e4567ea41d37f1d91a4da0839d8341037045b103b2da268998de17f/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6a6f696e2d3538363546323f6c6f676f3d646973636f7264266c6f676f436f6c6f723d7768697465266c6162656c3d)](https://go.dosu.dev/discord-bot)
 [![Share on 
X](https://camo.githubusercontent.com/4649f705e2396d6f328dbc8e800a0509c9c17b3b20253b36706c393df124b93d/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f582d73686172652d626c61636b)](https://twitter.com/intent/tweet?text=%40dosu_ai%20helped%20me%20solve%20this%20issue!&url=https%3A//github.com/apache/superset/discussions/35099)

Hi dosu, the value of "SUPERSET_SECURITY_VIEW_MENU" is set to true in the 
config.py file, and no other override values. 
In the superset_app container, I executed the command "superset fab list-users" 
and here is the response: 
Loaded your LOCAL configuration at 
[/app/docker/pythonpath_dev/superset_config.py]
List of users
username:admin | email:ad...@superset.com | role:[Admin]

The role of the admin user is "Admin". There is no problem with the 
configuration. So what could be the issue?
@dosu

GitHub link: 
https://github.com/apache/superset/discussions/35099#discussioncomment-14369143

----
This is an automatically sent email for notifications@superset.apache.org.
To unsubscribe, please send an email to: 
notifications-unsubscr...@superset.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscr...@superset.apache.org
For additional commands, e-mail: notifications-h...@superset.apache.org

Reply via email to