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 2022/05/27 02:21:45 UTC

[GitHub] [superset] humbledude opened a new issue, #20208: database access on [DATABASE] does not allow read data sources

humbledude opened a new issue, #20208:
URL: https://github.com/apache/superset/issues/20208

   A clear and concise description of what the bug is.
   
   #### How to reproduce the bug
   
   1. set permission on Role : `database access on [DATABASE]`
   2. login user with the role
   3. add a dataset in [DATABASE]
   
   ### Expected results
   
   access to the dataset
   
   ### Actual results
   
   the dataset is not available (not showing)
   
   ### Environment
   using helm chart (0.5.10), docker image (apache/superset:1.5.0)
   
   (please complete the following information):
   
   - browser type and version: chrome  101.0.4951.64
   - superset version: 1.5.0
   - python version: 3.8.12
   - node.js version:
   - any feature flags active: ldap enabled, 
   
   
   
   ### Checklist
   
   Make sure to follow these steps before submitting your issue - thank you!
   
   - [ ] I have checked the superset logs for python stacktraces and included it here as text if there are any.
   - [ ] I have reproduced the issue with at least the latest released version of superset.
   - [ ] I have checked the issue tracker for the same issue and I haven't found one similar.
   
   ### Additional context
   
   https://superset.apache.org/docs/security/#permissions
   
   documents says `Granting access to a database allows for the user to access all data sources within that database`
   


-- 
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.

To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


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


[GitHub] [superset] villebro closed issue #20208: database access on [DATABASE] does not allow read data sources

Posted by "villebro (via GitHub)" <gi...@apache.org>.
villebro closed issue #20208: database access on [DATABASE] does not allow read data sources
URL: https://github.com/apache/superset/issues/20208


-- 
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.

To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


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


[GitHub] [superset] yousoph commented on issue #20208: database access on [DATABASE] does not allow read data sources

Posted by GitBox <gi...@apache.org>.
yousoph commented on issue #20208:
URL: https://github.com/apache/superset/issues/20208#issuecomment-1144184423

   Currently, the database access gives access to that database in SQL Lab. 
   Giving schema or dataset access should give access to the relevant charts and dashboards. 
   
   I agree that it seems like the database access seems like it should give access to all the schemas / datasets in that database... 


-- 
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.

To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


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


[GitHub] [superset] humbledude commented on issue #20208: database access on [DATABASE] does not allow read data sources

Posted by GitBox <gi...@apache.org>.
humbledude commented on issue #20208:
URL: https://github.com/apache/superset/issues/20208#issuecomment-1144423515

   refer to document, it should give access to all the schemas / datasets in the database, if someone has access to the database.
   
   https://superset.apache.org/docs/security/#permissions
   
   fix document or fix code..?
   


-- 
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.

To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


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