Skip to content

Commit d4b2d3c

Browse files
authored
Merge pull request #3484 from manics/allowlist-ips-bann
Add allowlist for generate-banned-ips.py
2 parents 9d074cd + f46f3a0 commit d4b2d3c

File tree

3 files changed

+1
-0
lines changed

3 files changed

+1
-0
lines changed

deploy.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,7 @@ def update_networkbans(cluster, release, name, dry_run=False):
197197
sys.executable,
198198
"secrets/generate-banned-ips.py",
199199
f"--namespace={name}",
200+
"--allowed-ips-file=secrets/allowed_ips.txt",
200201
]
201202
check_call(ban_command, dry_run)
202203

secrets/allowed_ips.txt

104 Bytes
Binary file not shown.

secrets/generate-banned-ips.py

1.08 KB
Binary file not shown.

0 commit comments

Comments
 (0)