[Orchestrator] - Verify if DOTenv v3 is retro-compatible with v2.
Requirements
- Filling out the template is required. Any Enhancement request that does not include enough information to be reviewed in a timely manner may be closed at the maintainers' discretion.
- All new code requires tests to ensure against regressions
Descriptive title for this enhancement
[Orchestrator] - Verify if DOTenv v3 is retro-compatible with v2.
Actual behavior
The code has been modified to work for centos 7 but we must be sure it is will working under debian 11. Centos is using a v2 of the vlucas dotenv and debian is using a v3.
We must verified it is retro-compatible.
Expected behavior
Code is working as indedend.
Step by step description of new behaviour
Apply the new code within debian bulseye.
Benefits
No need for library packaging under CentOs
Possible Drawbacks
None
Applicable Issues
None