You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The "Show Variables" step throws an error if there are no variables with the following prefixes present in the config file:
var-logging-
var-hubnetwork-
var-hubnetwork-nva-
var-hubnetwork-azfw-
For the first 2 conditions, this is not a problem as these values are mandatory.
For the last 2 conditions, this is a problem, since the NVA variables are optional unless the NVA pipeline is being run, and the AZFW variables are optional unless the AZFW pipelines are being run.
Expected Results
The Show Variables step should run successfully, even if any of the variable sets that are grepped in the task are not present.
The text was updated successfully, but these errors were encountered:
Issue
The "Show Variables" step throws an error if there are no variables with the following prefixes present in the config file:
var-logging-
var-hubnetwork-
var-hubnetwork-nva-
var-hubnetwork-azfw-
For the first 2 conditions, this is not a problem as these values are mandatory.
For the last 2 conditions, this is a problem, since the NVA variables are optional unless the NVA pipeline is being run, and the AZFW variables are optional unless the AZFW pipelines are being run.
Expected Results
The Show Variables step should run successfully, even if any of the variable sets that are grepped in the task are not present.
The text was updated successfully, but these errors were encountered: