fix: NetworkSecurity | incorrect IP cidr in allow list
This commit is contained in:
@@ -71,7 +71,7 @@ export class NetworkSecurity extends TerraformStack {
|
|||||||
provider: kubernetes,
|
provider: kubernetes,
|
||||||
namespace,
|
namespace,
|
||||||
name: "ip-allow-list",
|
name: "ip-allow-list",
|
||||||
sourceRanges: ["192.168.18.0/24", "10.43.0.0/16"],
|
sourceRanges: ["192.168.18.0/24", "10.42.0.0/16"],
|
||||||
});
|
});
|
||||||
|
|
||||||
new IpAllowListMiddlewareTCP(this, "tcp-internal-ip-allow-list", {
|
new IpAllowListMiddlewareTCP(this, "tcp-internal-ip-allow-list", {
|
||||||
|
|||||||
Reference in New Issue
Block a user