Skip to content

Commit

Permalink
[docs] adding notes on the Public role (#2486)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistercrunch authored Mar 28, 2017
1 parent 2662bf1 commit 7cc2c93
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docs/security.rst
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,17 @@ The ``sql_lab`` role grants access to SQL Lab. Note that while ``Admin``
users have access to all databases by default, both ``Alpha`` and ``Gamma``
users need to be given access on a per database basis.

Public
""""""
It's possible to allow logged out users to access some Superset features.

By setting ``PUBLIC_ROLE_LIKE_GAMMA = True`` in your ``superset_config.py``,
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.


Managing Gamma per data source access
-------------------------------------
Expand Down

0 comments on commit 7cc2c93

Please sign in to comment.