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

feat: Implement authorizers to use data from ProjectAuth graph #1688

Merged
merged 18 commits into from
Sep 4, 2023

Conversation

eikek
Copy link
Member

@eikek eikek commented Aug 31, 2023

This implements SecurityRecordFinder by using the new data in the ProjectAuth graph. Previous corresponding classes are removed. The finders by dataset id and sameAs are moved to the kg module, since only here all required dependencies are available (and to add to thinning out the graph-commons module). The finder by slug stays in graph-commons, because it is used together with a GL based one and thought to keep that for now.

@jachro jachro linked an issue Aug 31, 2023 that may be closed by this pull request
15 tasks
@eikek eikek force-pushed the 1538-authorize-via-project-auth branch from 32a258e to b483c19 Compare September 1, 2023 12:56
@eikek eikek marked this pull request as ready for review September 2, 2023 22:49
@eikek eikek requested a review from a team as a code owner September 2, 2023 22:49
@jachro jachro merged commit 5934dbb into development Sep 4, 2023
12 of 13 checks passed
@jachro jachro deleted the 1538-authorize-via-project-auth branch September 4, 2023 09:32
@jachro jachro mentioned this pull request Sep 4, 2023
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.

Move authorization data to its own graph
2 participants