mirror of
https://github.com/apache/superset.git
synced 2026-04-20 00:24:38 +00:00
docs: restored page on roles in security, executed other touchups, and… (#11978)
* Restored docs page on roles in security, executed other touchups, and renamed docs readme.txt to readme.md * missed a url anchor on the security page * fixed licensing issue and limited char width to 80 * fixed licensing issue and limited char width to 80 * whitespace experiments * removed 2 periods * staging whitespace * addressed Robs feedback * implemented robs second round of feedback on public_role_like
This commit is contained in:
@@ -623,7 +623,7 @@ class SupersetSecurityManager( # pylint: disable=too-many-public-methods
|
||||
if conf.get("PUBLIC_ROLE_LIKE_GAMMA", False):
|
||||
logger.warning(
|
||||
"The config `PUBLIC_ROLE_LIKE_GAMMA` is deprecated and will be removed "
|
||||
"in Superset 1.0. Please use `PUBLIC_ROLE_LIKE ` instead."
|
||||
"in Superset 1.0. Please use `PUBLIC_ROLE_LIKE` instead."
|
||||
)
|
||||
self.copy_role("Gamma", self.auth_role_public, merge=True)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user