-
Story
-
Resolution: Done
-
Normal
-
None
-
None
-
None
-
8
-
False
-
-
False
-
-
When working with test-operator, users define CR that is used to create pods. For some CR variables, there is no restriction to say what values can be accepted. That is not the ideal from security perspective and also for clarity delivered to users. By adding validation to every CR variable, we could ensure:
- Lower security risk
- Better structured code
- Easier understanding of variables based on allowed input
DoD:
- Assign input validation to every CR variable.