Make it possible to disallow any internal communications
Signed-off-by: Patrick Uiterwijk <patrick@puiterwijk.org>
This commit is contained in:
parent
f4156c3db7
commit
66cda5eb15
2 changed files with 9 additions and 0 deletions
|
@ -1,2 +1,3 @@
|
|||
---
|
||||
allow_fas_db: false
|
||||
allow_phx2: true
|
||||
|
|
|
@ -15,6 +15,14 @@ spec:
|
|||
to:
|
||||
cidrSelector: "10.5.126.99/32"
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
{% if not allow_phx2 %}
|
||||
- type: Deny
|
||||
to:
|
||||
cidrSelector: "10.0.0.0/8"
|
||||
- type: Deny
|
||||
to:
|
||||
cidrSelector: "209.132.181.0/25"
|
||||
{% endif %}
|
||||
- type: Allow
|
||||
to:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue