-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #48 from yatharthranjan/dev
Integrated the Redcap -integration web app into the stack
- Loading branch information
Showing
5 changed files
with
58 additions
and
2 deletions.
There are no files selected for viewing
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
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
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
21 changes: 21 additions & 0 deletions
21
dcompose-stack/radar-cp-hadoop-stack/etc/redcap-integration/radar.yml.template
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
version: 0.1-alpha | ||
released: 2017-08-29 | ||
|
||
# ManagementPortal configuration | ||
oauth_client_id: #OAuth2 clientId used by the webApp for making requests | ||
oauth_client_secret: #OAuth2 client secrete | ||
management_portal_url: #URL pointing Management Portal | ||
token_endpoint: #URL managing tokens | ||
project_endpoint: #URL managing project function | ||
subject_endpoint: #URL managing subject functions | ||
|
||
# Set of supported projects | ||
projects: | ||
- redcap_info: | ||
url: #URL pointing REDCap instance | ||
project_id: #REDCap project identifier | ||
enrolment_event: #Unique identifier for the enrolment event | ||
integration_form: #Name of integration REDCap form | ||
token: #REDCap API Token used to identify the REDCap user against the REDCap instance | ||
mp_info: | ||
project_id: #Management Portal project identifier |
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