소스 검색

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 년 전
부모
커밋
f25852637a
14개의 변경된 파일99개의 추가작업 그리고 0개의 파일을 삭제
  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 파일 보기

@@ -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 파일 보기

@@ -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 파일 보기

@@ -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 파일 보기

@@ -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 파일 보기

@@ -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 파일 보기

@@ -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 파일 보기

@@ -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 파일 보기

@@ -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 파일 보기

@@ -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 파일 보기

@@ -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 파일 보기

@@ -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 파일 보기

@@ -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 파일 보기

@@ -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 파일 보기

@@ -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…
취소
저장