Selaa lähdekoodia

feat(pillar.example,test/): add example and test for richrule ratelimit

Document and test the accept rate limiting of the rich rule.

Signed-off-by: Arnaud Patard <apatard@hupstream.com>
tags/v1.2.0
Arnaud Patard 3 vuotta sitten
vanhempi
commit
f25852637a
14 muutettua tiedostoa jossa 99 lisäystä ja 0 poistoa
  1. +8
    -0
      pillar.example
  2. +7
    -0
      test/integration/default/controls/zones_spec.rb
  3. +7
    -0
      test/integration/default/files/_mapdata/amazonlinux-2.yaml
  4. +7
    -0
      test/integration/default/files/_mapdata/arch-base-latest.yaml
  5. +7
    -0
      test/integration/default/files/_mapdata/centos-7.yaml
  6. +7
    -0
      test/integration/default/files/_mapdata/centos-8.yaml
  7. +7
    -0
      test/integration/default/files/_mapdata/debian-10.yaml
  8. +7
    -0
      test/integration/default/files/_mapdata/debian-9.yaml
  9. +7
    -0
      test/integration/default/files/_mapdata/fedora-31.yaml
  10. +7
    -0
      test/integration/default/files/_mapdata/fedora-32.yaml
  11. +7
    -0
      test/integration/default/files/_mapdata/opensuse-15.yaml
  12. +7
    -0
      test/integration/default/files/_mapdata/ubuntu-16.yaml
  13. +7
    -0
      test/integration/default/files/_mapdata/ubuntu-18.yaml
  14. +7
    -0
      test/integration/default/files/_mapdata/ubuntu-20.yaml

+ 8
- 0
pillar.example Näytä tiedosto

@@ -126,6 +126,14 @@ firewalld:
name: fail2ban-ssh
reject:
type: icmp-port-unreachable
- accept:
limit: "3/m"
log:
level: warning
limit: "3/m"
prefix: "http fw limit 3/m"
service: http

ports:
# {%- if grains['id'] == 'salt.example.com' %}
- comment: salt-master

+ 7
- 0
test/integration/default/controls/zones_spec.rb Näytä tiedosto

@@ -37,6 +37,13 @@ control 'zones/public.xml configuration' do
<source ipset="fail2ban-ssh" />
<reject type="icmp-port-unreachable" />
</rule>
<rule>
<service name="http" />
<log prefix="http fw limit 3/m" level="warning">
<limit value="3/m"/>
</log>
<accept> <limit value="3/m"/></accept>
</rule>
</zone>
ZONE_XML
end

+ 7
- 0
test/integration/default/files/_mapdata/amazonlinux-2.yaml Näytä tiedosto

@@ -134,6 +134,13 @@ values:
name: fail2ban-ssh
reject:
type: icmp-port-unreachable
- accept:
limit: "3/m"
log:
level: warning
limit: "3/m"
prefix: "http fw limit 3/m"
service: http
services:
- http
- https

+ 7
- 0
test/integration/default/files/_mapdata/arch-base-latest.yaml Näytä tiedosto

@@ -134,6 +134,13 @@ values:
name: fail2ban-ssh
reject:
type: icmp-port-unreachable
- accept:
limit: "3/m"
log:
level: warning
limit: "3/m"
prefix: "http fw limit 3/m"
service: http
services:
- http
- https

+ 7
- 0
test/integration/default/files/_mapdata/centos-7.yaml Näytä tiedosto

@@ -134,6 +134,13 @@ values:
name: fail2ban-ssh
reject:
type: icmp-port-unreachable
- accept:
limit: "3/m"
log:
level: warning
limit: "3/m"
prefix: "http fw limit 3/m"
service: http
services:
- http
- https

+ 7
- 0
test/integration/default/files/_mapdata/centos-8.yaml Näytä tiedosto

@@ -134,6 +134,13 @@ values:
name: fail2ban-ssh
reject:
type: icmp-port-unreachable
- accept:
limit: "3/m"
log:
level: warning
limit: "3/m"
prefix: "http fw limit 3/m"
service: http
services:
- http
- https

+ 7
- 0
test/integration/default/files/_mapdata/debian-10.yaml Näytä tiedosto

@@ -134,6 +134,13 @@ values:
name: fail2ban-ssh
reject:
type: icmp-port-unreachable
- accept:
limit: "3/m"
log:
level: warning
limit: "3/m"
prefix: "http fw limit 3/m"
service: http
services:
- http
- https

+ 7
- 0
test/integration/default/files/_mapdata/debian-9.yaml Näytä tiedosto

@@ -134,6 +134,13 @@ values:
name: fail2ban-ssh
reject:
type: icmp-port-unreachable
- accept:
limit: "3/m"
log:
level: warning
limit: "3/m"
prefix: "http fw limit 3/m"
service: http
services:
- http
- https

+ 7
- 0
test/integration/default/files/_mapdata/fedora-31.yaml Näytä tiedosto

@@ -134,6 +134,13 @@ values:
name: fail2ban-ssh
reject:
type: icmp-port-unreachable
- accept:
limit: "3/m"
log:
level: warning
limit: "3/m"
prefix: "http fw limit 3/m"
service: http
services:
- http
- https

+ 7
- 0
test/integration/default/files/_mapdata/fedora-32.yaml Näytä tiedosto

@@ -134,6 +134,13 @@ values:
name: fail2ban-ssh
reject:
type: icmp-port-unreachable
- accept:
limit: "3/m"
log:
level: warning
limit: "3/m"
prefix: "http fw limit 3/m"
service: http
services:
- http
- https

+ 7
- 0
test/integration/default/files/_mapdata/opensuse-15.yaml Näytä tiedosto

@@ -134,6 +134,13 @@ values:
name: fail2ban-ssh
reject:
type: icmp-port-unreachable
- accept:
limit: "3/m"
log:
level: warning
limit: "3/m"
prefix: "http fw limit 3/m"
service: http
services:
- http
- https

+ 7
- 0
test/integration/default/files/_mapdata/ubuntu-16.yaml Näytä tiedosto

@@ -134,6 +134,13 @@ values:
name: fail2ban-ssh
reject:
type: icmp-port-unreachable
- accept:
limit: "3/m"
log:
level: warning
limit: "3/m"
prefix: "http fw limit 3/m"
service: http
services:
- http
- https

+ 7
- 0
test/integration/default/files/_mapdata/ubuntu-18.yaml Näytä tiedosto

@@ -134,6 +134,13 @@ values:
name: fail2ban-ssh
reject:
type: icmp-port-unreachable
- accept:
limit: "3/m"
log:
level: warning
limit: "3/m"
prefix: "http fw limit 3/m"
service: http
services:
- http
- https

+ 7
- 0
test/integration/default/files/_mapdata/ubuntu-20.yaml Näytä tiedosto

@@ -134,6 +134,13 @@ values:
name: fail2ban-ssh
reject:
type: icmp-port-unreachable
- accept:
limit: "3/m"
log:
level: warning
limit: "3/m"
prefix: "http fw limit 3/m"
service: http
services:
- http
- https

Loading…
Peruuta
Tallenna