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

dcp-967 managed access #151

Merged
merged 33 commits into from
Nov 9, 2023
Merged

dcp-967 managed access #151

merged 33 commits into from
Nov 9, 2023

Conversation

amnonkhen
Copy link
Contributor

@amnonkhen amnonkhen commented Sep 20, 2023

support for managed access data ingest

summary of changes

  • managed_access.md - sequence diagrams explaining how api is protected & managed access flow
  • RowLevelSecurityAspect - an AOP style code that advices the Metadata Repository findBy* methods and filters their results according to datasets a user is allowed to see.
  • ProjectController - class where various project related metadata web resources are implemented. Relevant methods are protected to check the user's access rights to the given project.

links:

dcp-967
ebi-ait/dcp-ingest-central#967

@amnonkhen amnonkhen self-assigned this Sep 20, 2023
@amnonkhen
Copy link
Contributor Author

unit tests and integration tests of core are passing. I am going to merge this PR to dev so it is in stalled and I can run some system tests.

@amnonkhen amnonkhen marked this pull request as ready for review November 9, 2023 22:20
@amnonkhen amnonkhen merged commit d525a07 into dev Nov 9, 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.

1 participant