Skip to content

Commit

Permalink
Deployed f499871 to main with MkDocs 1.6.1 and mike 2.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 29, 2024
1 parent 8f766f9 commit f27e4ac
Show file tree
Hide file tree
Showing 9 changed files with 61 additions and 61 deletions.
4 changes: 2 additions & 2 deletions main/CHANGELOG/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3082,7 +3082,7 @@ <h4 id="101-categorized-list-of-pull-requests">1.0.1 Categorized List of Pull Re
<li>
<p>OpenAPI Updates</p>
<ul>
<li><img alt="🎨" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/1f3a8.svg" title=":art:" /> fix type hints for optional method parameters <a href="https://github.com/hyperledger/aries-cloudagent-python/pull/3234">#3234</a> <a href="https://github.com/ff137">ff137</a></li>
<li><img alt="🎨" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/1f3a8.svg" title=":art:" /> fix type hints for optional method parameters <a href="https://github.com/hyperledger/aries-cloudagent-python/pull/3234">#3234</a> <a href="https://github.com/ff137">ff137</a></li>
</ul>
</li>
<li>
Expand Down Expand Up @@ -4645,7 +4645,7 @@ <h4 id="list-of-pull-requests">List of Pull Requests<a class="headerlink" href="
<h2 id="074">0.7.4<a class="headerlink" href="#074" title="Permanent link">&para;</a></h2>
<h3 id="june-30-2022">June 30, 2022<a class="headerlink" href="#june-30-2022" title="Permanent link">&para;</a></h3>
<blockquote>
<p><img alt="" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/26a0.svg" title=":warning:" /> <strong>Existing multitenant JWTs invalidated when a new JWT is
<p><img alt="" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/26a0.svg" title=":warning:" /> <strong>Existing multitenant JWTs invalidated when a new JWT is
generated</strong>: If you have a pre-existing implementation with existing Admin API
authorization JWTs, invoking the endpoint to get a JWT now invalidates the
existing JWT. Previously an identical JWT would be created. Please see this
Expand Down
2 changes: 1 addition & 1 deletion main/features/AnonCredsMethods/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2396,7 +2396,7 @@ <h1 id="adding-anoncreds-methods-to-aca-py">Adding AnonCreds Methods to ACA-Py<a
not have to be a ledger.</p>
<p>The information in this document was discussed on an ACA-Py Maintainers call in March 2024.
You can watch the call recording by clicking <a href="https://youtu.be/tJXY4IM-2l8">here</a>.</p>
<p><img alt="" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/26a0.svg" title=":warning:" /> This is an early version of this document and we assume those reading it
<p><img alt="" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/26a0.svg" title=":warning:" /> This is an early version of this document and we assume those reading it
are quite familiar with using ACA-Py, have a good understanding of ACA-Py internals, and are
Python experts. See the <a href="#questions-or-comments">Questions or Comments</a> section below
for how to get help as you work through this.</p>
Expand Down
2 changes: 1 addition & 1 deletion main/features/DIDMethods/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2373,7 +2373,7 @@ <h1 id="did-methods-in-aca-py">DID Methods in ACA-Py<a class="headerlink" href="
DID methods support specific types of keys and may or may not require the holder to specify the DID itself.</p>
<p>ACA-Py provides a <code>DIDMethods</code> registry holding all the DID methods supported for storage in a wallet</p>
<blockquote>
<p><img alt="" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/26a0.svg" title=":warning:" /> Askar and InMemory are the only wallets supporting this registry.</p>
<p><img alt="" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/26a0.svg" title=":warning:" /> Askar and InMemory are the only wallets supporting this registry.</p>
</blockquote>
<h2 id="registering-a-did-method">Registering a DID method<a class="headerlink" href="#registering-a-did-method" title="Permanent link">&para;</a></h2>
<p>By default, ACA-Py supports <code>did:key</code> and <code>did:sov</code>.
Expand Down
2 changes: 1 addition & 1 deletion main/features/Multitenancy/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2925,7 +2925,7 @@ <h4 id="method-2-get-tenant-token">Method 2: Get tenant token<a class="headerlin
<h3 id="jwt-secret">JWT Secret<a class="headerlink" href="#jwt-secret" title="Permanent link">&para;</a></h3>
<p>For deterministic JWT creation and verification between restarts and multiple instances, the same JWT secret would need to be used. Therefore a <code>--jwt-secret</code> param is added to the ACA-Py agent that will be used for JWT creation and verification.</p>
<h3 id="swaggerui">SwaggerUI<a class="headerlink" href="#swaggerui" title="Permanent link">&para;</a></h3>
<p>When using the SwaggerUI you can click the <img alt="🔒" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/1f512.svg" title=":lock:" /> icon next to each of the endpoints or the <code>Authorize</code> button at the top to set the correct authentication headers. Make sure to also include the <code>Bearer</code> part in the input field. This won't be automatically added.</p>
<p>When using the SwaggerUI you can click the <img alt="🔒" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/1f512.svg" title=":lock:" /> icon next to each of the endpoints or the <code>Authorize</code> button at the top to set the correct authentication headers. Make sure to also include the <code>Bearer</code> part in the input field. This won't be automatically added.</p>
<p><img alt="API Authentication" src="../../assets/adminApiAuthentication.png" /></p>
<h2 id="tenant-management">Tenant Management<a class="headerlink" href="#tenant-management" title="Permanent link">&para;</a></h2>
<p>After registering a tenant which effectively creates a subwallet, you may need to update the tenant information or delete it. The following describes how to accomplish both goals.</p>
Expand Down
Loading

0 comments on commit f27e4ac

Please sign in to comment.