Commit 6a55622f authored by Stavros-Anastasios Charismiadis's avatar Stavros-Anastasios Charismiadis
Browse files

Add Gunicorn 23 upgrade

parent 638ce569
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -3,3 +3,4 @@ doc/testing/postman/Responses
doc/testing/postman/node_modules
doc/testing/postman/package-lock.json
.DS_Store
.idea
 No newline at end of file
+4 −0
Original line number Diff line number Diff line
@@ -25,6 +25,10 @@

### **Technical Debt Solved**

#### **Upgrade Gunicorn**

Migration of gunicorn from version 22 to 23, due to some vulnerabilities detected. All OpenCAPIF APIs (including "register" and "helper") were upgraded.

#### **Hardening on startup scripts for services interacting with Vault**

The startup scripts of the ***Invoker Management Service***, ***Provider Management Service***, and ***Security Service*** have been improved to ensure reliability when the Vault service takes longer to become ready. These new scripts check responses from the Vault to ensure the returned information is valid before starting each service.