Skip to content

Commit

Permalink
fix typo in secutiry.mdx (#20185)
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmytheneutrino authored May 25, 2022
1 parent 3a4176a commit 4674de1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/security.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 4674de1

Please sign in to comment.