<p>This namespace belongs to the Register service, and we find 2 components:</p>
<ul>
<li><strong>Register Service</strong>: It is responsible for managing all users who use CAPIF, in addition to providing the necessary information for its use.</li>
<li><strong>Register MONGO DATABASE</strong>: It is the Register database, in it we store all the information about registered users.</li>
</ul>
<h2id="vault-ns"><strong>Vault NS</strong></h2>
<p>This namespace belongs to Vault. </p>
<p>This component is responsible for managing all CAPIF certificates, so other components such as the Register or the CCF communicate with it to create new certificates or request keys.</p>
<h2id="mon-ns"><strong>Mon NS</strong></h2>
<p>This is the main namespace of CAPIF, since it contains all the CCF services in addition to other components:</p>
<ul>
<li><strong>NGINX</strong>: Responsible for acting as a reverse proxy to distribute CAPIF requests to the different services, controlling whether or not they are authorized to access them.</li>
<li><strong>REDIS</strong>: Used for internal communication of services.</li>
<li><strong>CAPIF MONGO DATABASE</strong>: CAPIF database, where all information related to CAPIF services such as invokers, registered providers or published services is stored.</li>
<li><strong>HELPER</strong>: Service that simplifies integration with third parties such as external management portals.</li>
<p>You can check the details of all these changes in the conversation on the <ahref="https://labs.etsi.org/rep/ocf/community/-/wikis/New%20architecture">OCF wiki</a>.</p>