Open jeffkause opened 5 months ago
Please see same issue here @jeffkause https://github.com/cisagov/cyhy-core/issues/61, either close @climber-girl issue or bump it and close this one. My recommendation, is to grab what you need from the other issue and close it and maybe add a comment saying....being tracking here.
💡 Summary
To remove the chance of importing private IP addresses into new stakeholder's scope; include coding to search for the private IP addresses and stop the importing of the JSON file into the VS database.
Motivation and context
During theÂ
cyhy-ip
check command, a warning is displayed to the operator regarding the private IP address(es) found in the request template. If the operator fails to see this warning, they can run theÂcyhy-import -s cyhy-ops-production-write XXXX.json
 orcyhy-ip -s cyhy-ops-production-write add
commands and import the private IP addresses in the VS database.This would be useful because to eliminate errors in the VS database and also allow for different checks in the future.
Implementation notes
Current outcomes:
Requested outcomes:
Acceptance criteria
How do we know when this work is done?