-
Notifications
You must be signed in to change notification settings - Fork 4.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Mixed view_only in multiple data_source_groups blocks query executions #1109
Comments
arikfr
added a commit
that referenced
this issue
Jun 9, 2016
Fix #1109: mixed group permissions resulting in wrong permission
Thanks! |
simo7
pushed a commit
to pubnative/redash
that referenced
this issue
Sep 22, 2016
simo7
pushed a commit
to pubnative/redash
that referenced
this issue
Sep 22, 2016
Fix getredash#1109: mixed group permissions resulting in wrong permission
dairyo
pushed a commit
to KiiCorp/redash
that referenced
this issue
Mar 1, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
A user belonging to multiple groups that have access to one data source but with different access levels can not execute queries on that data source.
For example, if a user belongs to built-in
default
group and you have setview_only
for all data sources in this group to true, adding this user to a new group to allow full access to one of the data sources will not work.This is caused by
group_level
definition indef has_access()
in permissions.py:The text was updated successfully, but these errors were encountered: