From b26637e892ae422263b395c340148679c92f10a1 Mon Sep 17 00:00:00 2001 From: Bryce Date: Thu, 5 Mar 2026 13:24:59 -0800 Subject: [PATCH] waf condition type update --- .../services/loadbalancer/config/types/v1/WafConfig.yml | 7 ++++--- .../services/loadbalancer/types/v1/StackSpecWafConfig.yml | 7 ++++--- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/components/schemas/environments/services/loadbalancer/config/types/v1/WafConfig.yml b/components/schemas/environments/services/loadbalancer/config/types/v1/WafConfig.yml index 70ead5b6..c285fe49 100644 --- a/components/schemas/environments/services/loadbalancer/config/types/v1/WafConfig.yml +++ b/components/schemas/environments/services/loadbalancer/config/types/v1/WafConfig.yml @@ -56,9 +56,10 @@ properties: enum: - ip-match - geo-match - - url-match - - method-match - - header-match + - http-url-match + - http-method-match + - http-header-match + - http-body-match operator: description: A string that indicates the range of values relative to the value property. type: string diff --git a/stackspec/schema/services/loadbalancer/types/v1/StackSpecWafConfig.yml b/stackspec/schema/services/loadbalancer/types/v1/StackSpecWafConfig.yml index 7ff8e04a..fe1a364c 100644 --- a/stackspec/schema/services/loadbalancer/types/v1/StackSpecWafConfig.yml +++ b/stackspec/schema/services/loadbalancer/types/v1/StackSpecWafConfig.yml @@ -70,9 +70,10 @@ properties: enum: - ip-match - geo-match - - url-match - - method-match - - header-match + - http-url-match + - http-method-match + - http-header-match + - http-body-match - $ref: ../../../../StackVariable.yml operator: description: A string that indicates the range of values relative to the value property.