https://dagster.io/ logo
#ask-community
Title
# ask-community
j

Jose L Martinez

07/29/2022, 5:24 PM
How can I disable the
Launchpad
on dagit UI for some users but not others?
r

rex

07/29/2022, 5:26 PM
In open source, you can spin up a read-only Dagit for users that you want as viewers: https://github.com/dagster-io/dagster/issues/2219#issuecomment-870784871
dagit --read-only
in Dagster Cloud, this is managed for you as part of our RBAC, so you can set users as viewers or editors/admins within the Dagit UI.
j

Jose L Martinez

07/29/2022, 5:45 PM
Thanks, Rex. I will look into it.
@rex Is there a way that I can actually enable/disable --read-only? base on user permissions. Any example?