Closed
Description
Historically, we load multiple environment variables in different places: CLUSTER_GEO_TAG, EXT_GSLB_CLUSTERS_GEO_TAGS, INFOBLOX_GRID_HOST, EDGE_DNS_ZONE...
There is a potential risk of unset variable or invalid variable value caused by misconfiguration. Move loading environment variables into depresolver and return proper error message in case of invalid or unset value.
Implement validations and cover by tests.
Activity