Skip to content

Support container permission inheritance in search SecurityQuery #6833

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

Open
wants to merge 1 commit into
base: release25.3-SNAPSHOT
Choose a base branch
from

Conversation

labkey-adam
Copy link
Contributor

@labkey-adam labkey-adam commented Jul 9, 2025

Rationale

Data Finder study search wasn't working (i.e., no hits for readers) for study folders that inherit their permissions. The associated search documents were intended to permission check two containers: the "cube" container (where lists reside) and each individual study container. The study container ID was therefore stored in the indexed document as resourceId. However, resourceId was designed to represent a resource within a container, not a completely separate container. SecurityQuery has no provision for container policy inheritance, so inherited policies resulted in no permissions.

https://www.labkey.org/home/Developer/issues/issues-details.view?issueId=53420

Tasks 📍

@labkey-adam labkey-adam self-assigned this Jul 9, 2025
@labkey-adam labkey-adam changed the base branch from develop to release25.3-SNAPSHOT July 9, 2025 22:12
@LabKey LabKey deleted a comment from github-actions bot Jul 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants