Improving Environment Variable Default values#245
Conversation
Is this issue still occurring? I would suggest 2 debugging steps off the bat:
|
Just tried again on a fresh clone after removing the keycloak volume and it works just fine. |
dmccoystephenson
left a comment
There was a problem hiding this comment.
This looks great & the unit tests pass! I really like the encapsulation of the environment variables, it makes the code read much nicer.
payneBrandon
left a comment
There was a problem hiding this comment.
Couple additional comments, looking good!
payneBrandon
left a comment
There was a problem hiding this comment.
lgtm! much simpler to get running!!

PR Details
Description
A new installation of the CV-Manager now only requires 3 variables:
Adding default environment variables for all non-required elements, and adding errors for required variables. un-specified non-required variables will produce warnings when when relevant.
Summary of changes:
How Has This Been Tested?
This was tested by bringing up the whole cvmanager system using the COMPOSE_PROFILES: basic,webapp,intersection,mongo_full,kafka_full,kafka_connect_standalone,conflictmonitor
Types of changes
Checklist: