generated from CDCgov/template
-
Notifications
You must be signed in to change notification settings - Fork 10
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
Workflow to send HL7 messages to RS staging #1274
Merged
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
… to be read from a file
57 tasks
saquino0827
approved these changes
Sep 6, 2024
…e repositories are expected to happen
Quality Gate passedIssues Measures |
tjohnson7021
pushed a commit
that referenced
this pull request
Oct 17, 2024
* Added inital workflow to send hl7 files to staging * Added option for manual testing * Added trigger to test * Fixed installation * Fixed path * Fixed hurl command call and added test sample files * Testing workflow * Testing workflow * Added env variable * Seems like the jwt cli has a limitation that requires the private key to be read from a file * Added required pem extension * Fixed path to hurl script * Changed sender name for testing * Testing getting token from RS * Fixed variable name * Added request to waters api * Cleaned up and reverted to correct sender name * Remved temp files and updated file path * Clean up * Removed pr trigger * Changed to use Azure storage blob instead of repository to store files * Added back pr trigger for testing purposes * Added required permissions * Changed source for az command and formatted * Changed back to use repository-stored files instead of Azure container * Renamed workflow * Testing uploading to azure storage container * Testing uploading to azure storage container (cont.) * Testing uploading to azure storage container (cont.) * Reverted steps used for testing * Removed pull_request trigger used for testing * Added test order based on AL sample file * Added pull_request trigger for testing * Small change to trigger gh action * Changed public/private keypair for RS sender * Removed pull_request trigger used for testing * Changed schedule to run from Tuesday to Saturday, after changes in the repositories are expected to happen * Added ORU sample file
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Workflow to send HL7 messages to RS staging
The workflow sets up a cron job that runs every day at Midnight UTC, grabs HL7 files downloaded from an Azure storage account where the files are stored, and sends them to RS staging using curl.
Still pending for this job to work:
/examples/Test/Automated/
automated-staging-test-sender
sender in RSIssue
#1255