Skip to content

Commit

Permalink
Deploying to gh-pages from main
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Aug 6, 2024
1 parent 19d2bb5 commit 21ab3d4
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 15 deletions.
1 change: 1 addition & 0 deletions docs/quickstart/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,7 @@ <h1 class="title">Quickstart Guide</h1>

<div class="content">
<p>Welcome to the Tratteria quickstart guide. This tutorial will guide you through setting up the sample application and observing Tratteria in action.</p>
<p>Tratteria is an open source implementation of the <a href="https://datatracker.ietf.org/doc/draft-ietf-oauth-transaction-tokens/" target="_blank" rel="noopener">IETF OAuth Transaction Tokens (TraTs) draft specification</a>.</p>
<h2 id="deployment">
Deployment
<a href="#deployment">
Expand Down
3 changes: 2 additions & 1 deletion docs/transaction-token/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,7 @@ <h2 id="background">
</span>
</a>
</h2>
<p>Transaction Tokens (TraTs) are described in a draft specification from the IETF OAuth working group. See here: <a href="https://datatracker.ietf.org/doc/draft-ietf-oauth-transaction-tokens/" target="_blank" rel="noopener">Transaction Tokens</a>. This document describes the background and need for Transaction Tokens.</p>
<h3 id="microservices">
Microservices
<a href="#microservices">
Expand Down Expand Up @@ -241,7 +242,7 @@ <h3 id="transaction-tokens-trats">
</span>
</a>
</h3>
<p>TraTs are short-lived, cryptographically signed JSON Web Tokens that immutably preserve the user identity and authorization context of an external API invocation. They ensure that the user identity and authorization details of an external request, such as an API call, are maintained across all involved services within a microservices application. Additionally, TraTs enable these services to assert their involvement in the transaction chain to downstream workloads.</p>
<p>TraTs are short-lived, cryptographically signed JSON Web Tokens (JWTs) that immutably preserve the user identity and authorization context of an external API invocation. They ensure that the user identity and authorization details of an external request, such as an API call, are maintained across all involved services within a microservices application. Additionally, TraTs enable these services to assert their involvement in the transaction chain to downstream workloads.</p>
<h3 id="benefits-of-trats">
Benefits of TraTs
<a href="#benefits-of-trats">
Expand Down
28 changes: 14 additions & 14 deletions sitemap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,45 +3,45 @@
xmlns:xhtml="http://www.w3.org/1999/xhtml">
<url>
<loc>https://tratteria.io/docs/installation/installing-tconfigd/</loc>
<lastmod>2024-07-31T19:28:45-04:00</lastmod>
<lastmod>2024-08-06T08:33:38-07:00</lastmod>
</url><url>
<loc>https://tratteria.io/docs/</loc>
<lastmod>2024-07-31T19:28:45-04:00</lastmod>
<lastmod>2024-08-06T08:33:38-07:00</lastmod>
</url><url>
<loc>https://tratteria.io/docs/configuration-guide/trat/</loc>
<lastmod>2024-07-31T19:28:45-04:00</lastmod>
<lastmod>2024-08-06T08:33:38-07:00</lastmod>
</url><url>
<loc>https://tratteria.io/docs/installation/deploying-tratteria/</loc>
<lastmod>2024-07-31T19:28:45-04:00</lastmod>
<lastmod>2024-08-06T08:33:38-07:00</lastmod>
</url><url>
<loc>https://tratteria.io/docs/quickstart/</loc>
<lastmod>2024-07-31T19:28:45-04:00</lastmod>
<lastmod>2024-08-06T08:33:38-07:00</lastmod>
</url><url>
<loc>https://tratteria.io/docs/configuration-guide/trat-exclusion/</loc>
<lastmod>2024-07-31T19:28:45-04:00</lastmod>
<lastmod>2024-08-06T08:33:38-07:00</lastmod>
</url><url>
<loc>https://tratteria.io/docs/installation/</loc>
<lastmod>2024-07-31T19:28:45-04:00</lastmod>
<lastmod>2024-08-06T08:33:38-07:00</lastmod>
</url><url>
<loc>https://tratteria.io/docs/installation/setting-up-tratteria-agents/</loc>
<lastmod>2024-07-31T19:28:45-04:00</lastmod>
<lastmod>2024-08-06T08:33:38-07:00</lastmod>
</url><url>
<loc>https://tratteria.io/docs/configuration-guide/tratteria-config/</loc>
<lastmod>2024-07-31T19:28:45-04:00</lastmod>
<lastmod>2024-08-06T08:33:38-07:00</lastmod>
</url><url>
<loc>https://tratteria.io/docs/configuration-guide/example-application-configs/</loc>
<lastmod>2024-07-31T19:28:45-04:00</lastmod>
<lastmod>2024-08-06T08:33:38-07:00</lastmod>
</url><url>
<loc>https://tratteria.io/docs/generating-and-verifying-trats/</loc>
<lastmod>2024-07-31T19:28:45-04:00</lastmod>
<lastmod>2024-08-06T08:33:38-07:00</lastmod>
</url><url>
<loc>https://tratteria.io/docs/configuration-guide/</loc>
<lastmod>2024-07-31T19:28:45-04:00</lastmod>
<lastmod>2024-08-06T08:33:38-07:00</lastmod>
</url><url>
<loc>https://tratteria.io/docs/transaction-token/</loc>
<lastmod>2024-07-31T19:28:45-04:00</lastmod>
<lastmod>2024-08-06T08:33:38-07:00</lastmod>
</url><url>
<loc>https://tratteria.io/</loc>
<lastmod>2024-07-31T19:28:45-04:00</lastmod>
<lastmod>2024-08-06T08:33:38-07:00</lastmod>
</url>
</urlset>

0 comments on commit 21ab3d4

Please sign in to comment.