Commit 09342ae9 authored by Jorge Moratinos's avatar Jorge Moratinos
Browse files

Deployed 34b8d4bf to develop in public with MkDocs 1.6.1 and mike 2.1.3

parent c7c18f6c
Loading
Loading
Loading
Loading
+20 −0
Original line number Diff line number Diff line
@@ -408,6 +408,15 @@
    <nav class="md-nav" aria-label="Technical Debt Solved">
      <ul class="md-nav__list">
        
          <li class="md-nav__item">
  <a href="#upgrade-gunicorn" class="md-nav__link">
    <span class="md-ellipsis">
      Upgrade Gunicorn
    </span>
  </a>
  
</li>
        
          <li class="md-nav__item">
  <a href="#hardening-on-startup-scripts-for-services-interacting-with-vault" class="md-nav__link">
    <span class="md-ellipsis">
@@ -1842,6 +1851,15 @@
    <nav class="md-nav" aria-label="Technical Debt Solved">
      <ul class="md-nav__list">
        
          <li class="md-nav__item">
  <a href="#upgrade-gunicorn" class="md-nav__link">
    <span class="md-ellipsis">
      Upgrade Gunicorn
    </span>
  </a>
  
</li>
        
          <li class="md-nav__item">
  <a href="#hardening-on-startup-scripts-for-services-interacting-with-vault" class="md-nav__link">
    <span class="md-ellipsis">
@@ -2284,6 +2302,8 @@
<li>Removed supported Feature negotiation test because currently spec (v18.7.0) not support any feature.</li>
</ul>
<h3 id="technical-debt-solved"><strong>Technical Debt Solved</strong></h3>
<h4 id="upgrade-gunicorn"><strong>Upgrade Gunicorn</strong></h4>
<p>Migration of gunicorn from version 22 to 23, due to some vulnerabilities detected. All OpenCAPIF APIs (including "register" and "helper") were upgraded.</p>
<h4 id="hardening-on-startup-scripts-for-services-interacting-with-vault"><strong>Hardening on startup scripts for services interacting with Vault</strong></h4>
<p>The startup scripts of the <strong><em>Invoker Management Service</em></strong>, <strong><em>Provider Management Service</em></strong>, and <strong><em>Security Service</em></strong> 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.</p>
<p>This will also helps on the restart issue on k8s deployed OpenCAPIF.</p>
+1 −1

File changed.

Preview size limit exceeded, changes collapsed.