From 3dc676d47c71b93409b59593de2675822c222e71 Mon Sep 17 00:00:00 2001 From: arshardh Date: Wed, 15 Jul 2026 15:42:16 +0530 Subject: [PATCH] Fix policy ordering in build yaml --- gateway/build-manifest.yaml | 6 +++--- gateway/build.yaml | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/gateway/build-manifest.yaml b/gateway/build-manifest.yaml index ab0714573..21cce3230 100644 --- a/gateway/build-manifest.yaml +++ b/gateway/build-manifest.yaml @@ -9,6 +9,9 @@ policies: - name: api-key-auth version: v1.2.0 gomodule: github.com/wso2/gateway-controllers/policies/api-key-auth@v1 + - name: aws-authentication + version: v0.9.0 + gomodule: github.com/wso2/gateway-controllers/policies/aws-authentication@v0 - name: aws-bedrock-guardrail version: v1.0.2 gomodule: github.com/wso2/gateway-controllers/policies/aws-bedrock-guardrail@v1 @@ -138,6 +141,3 @@ policies: - name: word-count-guardrail version: v1.0.2 gomodule: github.com/wso2/gateway-controllers/policies/word-count-guardrail@v1 - - name: aws-authentication - version: v0.9.0 - gomodule: github.com/wso2/gateway-controllers/policies/aws-authentication@v0 diff --git a/gateway/build.yaml b/gateway/build.yaml index 048281ad4..2ebdb1763 100644 --- a/gateway/build.yaml +++ b/gateway/build.yaml @@ -8,6 +8,8 @@ policies: gomodule: github.com/wso2/gateway-controllers/policies/analytics-header-filter@v1 - name: api-key-auth gomodule: github.com/wso2/gateway-controllers/policies/api-key-auth@v1 + - name: aws-authentication + gomodule: github.com/wso2/gateway-controllers/policies/aws-authentication@v0 - name: aws-bedrock-guardrail gomodule: github.com/wso2/gateway-controllers/policies/aws-bedrock-guardrail@v1 - name: azure-content-safety-content-moderation @@ -94,5 +96,3 @@ policies: gomodule: github.com/wso2/gateway-controllers/policies/url-guardrail@v1 - name: word-count-guardrail gomodule: github.com/wso2/gateway-controllers/policies/word-count-guardrail@v1 - - name: aws-authentication - gomodule: github.com/wso2/gateway-controllers/policies/aws-authentication@v0