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:
Srini Kadamati
2020-12-13 17:06:14 -05:00
committed by GitHub
parent 022d755640
commit 3e22668f8d
9 changed files with 190 additions and 13 deletions

View File

@@ -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)