Commit d020fc8f authored by Jorge Moratinos's avatar Jorge Moratinos
Browse files

Merge branch 'OCF-Doc60-include-at-rn-the-improvement-of-nginx' into 'develop'

Resolve "Include at RN the improvement of NGINX"

Closes #60

See merge request !66
parents 1303c316 d780b534
Loading
Loading
Loading
Loading
Loading
+9 −2
Original line number Diff line number Diff line
@@ -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)

---