timifasubaa opened a new pull request #4409: Add permissions decider for 
delegating access controls.
URL: https://github.com/apache/incubator-superset/pull/4409
 
 
   This PR creates the perms_decider object in the config which gives different 
deployments the ability to delegate data access control with the 
   `is_eligible_datasource()` which decides if the perms_decider can handle 
access decisions for a datasource and 
   `is_allowed_access()` which decides if the user has access. 
   
   I also added in a case where we consult the perms decider before loading 
from the cache. With the default options, the flow doesn't change since 
is_eligible_datasource returns False.
   
   @fabianmenges @john-bodley  @mistercrunch

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


With regards,
Apache Git Services

Reply via email to