You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by GitBox <gi...@apache.org> on 2019/05/14 05:12:35 UTC

[GitHub] [incubator-superset] mistercrunch opened a new pull request #7501: [WiP] Simplify Superset's permissions

mistercrunch opened a new pull request #7501: [WiP] Simplify Superset's permissions
URL: https://github.com/apache/incubator-superset/pull/7501
 
 
   A new feature in FAB 2.1 allows us to assign permission names.
   
   This allows us to greatly simplify the security model in Superset, by
   redefining the atomicity of permissions, and effectively aggregating
   sets of permissions to individual ones.
   
   FAB docs about this feature
   https://flask-appbuilder.readthedocs.io/en/latest/security.html#permission-customization
   
   Note that this requires running commands:
   ```bash
   flask fab security-converge
   flask fab security-cleanup
   ```
   These commands will reassign and merge old permissions to new ones appropriately.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org