Details
-
Type:
Feature Request
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Done
-
Affects Version/s: 1.0.0.Alpha2
-
Fix Version/s: 1.0.0.Alpha5
-
Component/s: Configuration
-
Labels:None
Description
The container needs to ensure that the user has supplied sane configuration values, or else risk blowing up in weird and unpredictable ways. Rather than doing these laborious checks manually (and possibly only partially), A simple validation should be used to enforce the values fall with a value range or adhere to a required syntax.
e.g.
Type Checks, Int, String, File
Checks: File exists, Create File etc..
Adding concept patch. We need to think about what libraries we are going to bleed onto embedded containers.