esnet-security / SCRAM

Security Catch and Release Automation Manager
Other
5 stars 0 forks source link

Hotfix/v6 #12

Closed samoehlert closed 1 year ago

samoehlert commented 1 year ago

To account for a v6 only network we needed to make some changes/fixes:

Need to define a v6 only network in the docker compose files Attach all the containers to that v6 network Make sure we are listening on both v4 and v6 Allow the Makefile's target of make list-routes work with v4 and v6

Random fixes uncovered at the same time: Missing django-redis pip package Requirements file wasnt getting copied in correctly and breaking builds in some circumstances