architect-team / architect-cli

Command line interface for running Architect services locally
https://docs.architect.io
37 stars 13 forks source link

allowing an ip whitelist to be submitted as a comma-delimited string of ips/cidrs #923

Closed ryan-cahill closed 10 months ago

ryan-cahill commented 10 months ago

Overview

Allows the ip-whitelist to be submitted as a comma-separated list of IPs and CIDRs

Tests

Added a test for the new format

ryan-cahill commented 10 months ago

So now the API just needs to split the string to use it correct?

That should be the case. Once I test that on a pre-release CLI version, I'll merge this in and update the API CLI version