From 4da6d86aff72d25a4744b51add31c4ba23a4a913 Mon Sep 17 00:00:00 2001 From: chengzw Date: Sat, 22 Jun 2024 12:25:21 +0800 Subject: [PATCH] change priority and phase of request-validation plugin --- .../src/main/resources/plugins/request-validation/spec.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/sdk/src/main/resources/plugins/request-validation/spec.yaml b/backend/sdk/src/main/resources/plugins/request-validation/spec.yaml index aa74162f..630c1f22 100644 --- a/backend/sdk/src/main/resources/plugins/request-validation/spec.yaml +++ b/backend/sdk/src/main/resources/plugins/request-validation/spec.yaml @@ -15,8 +15,8 @@ info: url: http://higress.io/ email: admin@higress.io spec: - phase: UNSPECIFIED_PHASE - priority: 30 + phase: AUTHN + priority: 220 configSchema: openAPIV3Schema: type: object