mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
fix typo in secutiry.mdx (#20185)
This commit is contained in:
committed by
GitHub
parent
3a4176a8d5
commit
4674de1e86
@@ -49,7 +49,7 @@ to all databases by default, both **Alpha** and **Gamma** users need to be given
|
||||
|
||||
To allow logged-out users to access some Superset features, you can use the `PUBLIC_ROLE_LIKE` config setting and assign it to another role whose permissions you want passed to this role.
|
||||
|
||||
For example, by setting `PUBLIC_ROLE_LIKE = Gamma` in your `superset_config.py` file, you grant
|
||||
For example, by setting `PUBLIC_ROLE_LIKE = "Gamma"` in your `superset_config.py` file, you grant
|
||||
public role the same set of permissions as for the **Gamma** role. This is useful if one
|
||||
wants to enable anonymous users to view dashboards. Explicit grant on specific datasets is
|
||||
still required, meaning that you need to edit the **Public** role and add the public data sources to the role manually.
|
||||
|
||||
Reference in New Issue
Block a user