JASPER-581: Configure JASPER to use AWS MongoDb#484
Merged
ronaldo-macapobre merged 13 commits intomasterfrom Sep 5, 2025
Merged
JASPER-581: Configure JASPER to use AWS MongoDb#484ronaldo-macapobre merged 13 commits intomasterfrom
ronaldo-macapobre merged 13 commits intomasterfrom
Conversation
added 11 commits
September 5, 2025 00:13
…lobal bundle PEM file - Create S3Service to isolate logic that uses AWS SDK implementation - Update to try to connect to AWS Mongo Db
…sed as a JSON string during seeding process.
| using System; | ||
| using System.Net.Http; | ||
| using System.Reflection; | ||
| using GdPicture14; |
Contributor
There was a problem hiding this comment.
this seems nutrient related, doesn't seem necessary here unless I'm mistaken.
Contributor
Author
There was a problem hiding this comment.
It is just sorting change. I have a setting on my Visual Studio that sorts the namespaces when I saved the file.
Contributor
|
Looks good, have a look at that Sonarqube warning. |
devinleighsmith
approved these changes
Sep 5, 2025
WadeBarnes
approved these changes
Sep 5, 2025
|
This file contains hidden or 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
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.



Pull Request for JIRA Ticket: JASPER-581
Issue ticket number and link
https://jira.justice.gov.bc.ca/browse/JASPER-581
Description
Dockerfile.releaseto include downloading of the public PEM file to establish secure connection to AWS Document dbDEFAULT_USERSas an env variable to the ECS Task Definition as opposed to secrets env variable. This fixes the issue when parsing the env variables value during seeding process.Hangfirefor now because I encountered an error regarding unsupported functionality. I would like to investigate this separately.Type of change
How Has This Been Tested?
devenvChecklist: