From d780b5347303b056a09469a76193169deb8334ed Mon Sep 17 00:00:00 2001 From: Jorge Moratinos Salcines Date: Tue, 10 Feb 2026 11:00:18 +0100 Subject: [PATCH] Release note include nginx improvement --- doc/releasenotes.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/doc/releasenotes.md b/doc/releasenotes.md index 0da69009..81efd055 100644 --- a/doc/releasenotes.md +++ b/doc/releasenotes.md @@ -2,6 +2,13 @@ ### **Technical Debt Solved** +#### **NGINX Configuration improved** + +The NGINX configuration included in the OpenCAPIF deployment has been improved. +Previously, the nginx.conf implemented a weak validation mechanism for some endpoints; this logic has now been refactored and split into different logical components. + +The NGINX configuration now uses maps to handle policies, errors, services, and other concerns, following a modular structure. This approach simplifies the addition of new endpoints or policies in the future. + #### **Security Issues** - **setuptools** python library updated to version 80.9.0 due to a security issue detected. @@ -295,8 +302,8 @@ More information on README of each component. - [Postman examples](./testing/postman/README.md) are updated, including flows. - New tests are detailed descripted on [Test plan section](./testing/testplan/README.md) -- New [Contribute section](./contribute/). -- New [SDK Section](./sdk/sdk.md) +- New [Contribute section](./contribute/documenting.md). +- New [SDK Section](./sdk/sdk_introduction.md) --- -- GitLab