Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Show Variables step throws error on missing logging & network configuration variables #189

Closed
skeeler opened this issue Feb 28, 2022 · 0 comments · Fixed by #191
Closed
Assignees
Labels
bug Something isn't working
Milestone

Comments

@skeeler
Copy link
Contributor

skeeler commented Feb 28, 2022

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.

@skeeler skeeler self-assigned this Feb 28, 2022
@skeeler skeeler added the bug Something isn't working label Feb 28, 2022
@skeeler skeeler added this to the v0.9.0 milestone Feb 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
1 participant