This repository has been archived by the owner on Nov 17, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 20
Adds access control rules and allowed process configurations #77
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Conflicts: dsf-fhir/dsf-fhir-server/src/main/java/org/highmed/dsf/fhir/spring/config/WebserviceConfig.java
processAuthorization_ActivityDefinition Conflicts: dsf-fhir/dsf-fhir-server/src/main/java/org/highmed/dsf/fhir/dao/jdbc/CodeSystemDaoJdbc.java dsf-fhir/dsf-fhir-server/src/main/java/org/highmed/dsf/fhir/dao/jdbc/ValueSetDaoJdbc.java dsf-fhir/dsf-fhir-server/src/main/java/org/highmed/dsf/fhir/webservice/impl/ConformanceServiceImpl.java
ResearchStudy, Practitioner, PractitionerRole
Process authorization extension now differentiates between requesting and receiving organization type, this allows for specifying the organization type that can execute a process
same organizations check now based on id of the organization resources only
now checks if the contained resource can be read (authorization rule read allowed) by users, skips user if not allowed fixes fhir parser config -> strip versions false
fixes fhir parser config -> strip versions false
added new BPMN container for lists of fhir resources simple feasibility process now works in 3medic/ttp docker test setup with new authorization rules
@wetret please check if the json files in the bpe process modules can still be used to start/test the processes. I only checked the java starter classes. |
wetret
approved these changes
Mar 13, 2020
I removed the json files, since they have not been used anymore. |
Parsing errors now result in a HTTP Status 403 FORBIDDEN.
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
closes #58
closes #21
closes #19
closes #15
closes #5
first steps for #65