Skip to content
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

Queries on shared data do not work for direct ACLs #858

Open
dvstans opened this issue Oct 28, 2022 · 0 comments
Open

Queries on shared data do not work for direct ACLs #858

dvstans opened this issue Oct 28, 2022 · 0 comments
Labels
Component: Core Relates to core service Type: Bug Something isn't working

Comments

@dvstans
Copy link
Collaborator

dvstans commented Oct 28, 2022

If user 'A' shares a record with user 'B' by setting an ACL on the record directly, that record will show up in the list of shared data and collections for user 'A'; however, if user 'A' runs a query over data shared by user 'B', the record will not be found. This is due to how the query (in AQL) is constructed where collections are used as a filter for returned results. Either querying records shared directly should be supported, the UI modified to indicate these constraints, or direct ACLs be removed.

@dvstans dvstans added Type: Bug Something isn't working Component: Core Relates to core service labels Oct 28, 2022
@dvstans dvstans changed the title Queries on shared data do not work dor direct ACLs Queries on shared data do not work for direct ACLs Dec 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Component: Core Relates to core service Type: Bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants