From c0478403a016943820b5d345521f6ec7465fb6b8 Mon Sep 17 00:00:00 2001 From: Thomas Dalichow Date: Fri, 17 Aug 2018 16:56:05 +0200 Subject: [PATCH] fbb-api - fix IP ranges --- customer/fbb-api/tst-api01-fbb.pixelpark.net.yaml | 4 ++-- customer/fbb-api/tst-api02-fbb.pixelpark.net.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/customer/fbb-api/tst-api01-fbb.pixelpark.net.yaml b/customer/fbb-api/tst-api01-fbb.pixelpark.net.yaml index 0e7bce70..55bfe983 100644 --- a/customer/fbb-api/tst-api01-fbb.pixelpark.net.yaml +++ b/customer/fbb-api/tst-api01-fbb.pixelpark.net.yaml @@ -62,7 +62,7 @@ infra::profile::apache::pp_vhosts: requires: # ACHTUNG! RequireAll! - 'user hh-push' - - 'ip 10.5.13.142 217.66.51. 10.99.1.0/24' + - 'ip 10.5.13.0/24 172.28.0.128/25 217.66.51. 10.99.1.0/24' enforce: all - location2: provider: location @@ -74,7 +74,7 @@ infra::profile::apache::pp_vhosts: requires: # ACHTUNG! RequireAll! - 'user hh-push' - - 'ip 10.5.13.142 217.66.51. 10.99.1.0/24' + - 'ip 10.5.13.0/24 172.28.0.128/25 217.66.51. 10.99.1.0/24' enforce: all - location3: provider: location diff --git a/customer/fbb-api/tst-api02-fbb.pixelpark.net.yaml b/customer/fbb-api/tst-api02-fbb.pixelpark.net.yaml index 73e3e9bc..468799c3 100644 --- a/customer/fbb-api/tst-api02-fbb.pixelpark.net.yaml +++ b/customer/fbb-api/tst-api02-fbb.pixelpark.net.yaml @@ -45,7 +45,7 @@ infra::profile::apache::pp_vhosts: requires: # ACHTUNG! RequireAll! - 'user hh-push' - - 'ip 10.5.13.142 217.66.51. 10.99.1.0/24' + - 'ip 10.5.13.0/24 172.28.0.128/25 217.66.51. 10.99.1.0/24' enforce: all - location2: provider: location @@ -57,7 +57,7 @@ infra::profile::apache::pp_vhosts: requires: # ACHTUNG! RequireAll! - 'user hh-push' - - 'ip 10.5.13.142 217.66.51. 10.99.1.0/24' + - 'ip 10.5.13.0/24 172.28.0.128/25 217.66.51. 10.99.1.0/24' enforce: all - location3: provider: location -- 2.39.5