Skip to content

Commit

Permalink
Add tratteria contact email
Browse files Browse the repository at this point in the history
  • Loading branch information
kchiranjewee63 committed Jul 24, 2024
1 parent 95a48b3 commit ffd5f02
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
4 changes: 4 additions & 0 deletions config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,10 @@ params:
color: '#000000'
url: 'https://github.com/tratteria'
icon: fab fa-github
- name: Email
color: '#555555'
url: 'mailto:[email protected]'
icon: fas fa-paper-plane
fonts:
- name: Roboto
sizes:
Expand Down
6 changes: 5 additions & 1 deletion content/docs/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -166,4 +166,8 @@ To integrate Tratteria into your microservice application, start by [installing

## Acknowledgments

This documentation and the underlying technology are based on the concepts and [draft](https://datatracker.ietf.org/doc/draft-ietf-oauth-transaction-tokens/) developed by Atul Tulshibagwale (SGNL), George Fletcher (Capital One), and Pieter Kasselman (Microsoft).
This documentation and the underlying technology are based on the concepts and [draft](https://datatracker.ietf.org/doc/draft-ietf-oauth-transaction-tokens/) developed by Atul Tulshibagwale (SGNL), George Fletcher (Capital One), and Pieter Kasselman (Microsoft).

## Contact Us

For inquiries about Tratteria, please email us at: [[email protected]](mailto:[email protected])
2 changes: 0 additions & 2 deletions content/docs/generating-and-verifying-trats/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -181,5 +181,3 @@ In this mode, incoming requests are intercepted by the Tratteria agent, which ve
In Delegation Mode, requests are not intercepted; instead, Tratteria agents' trat-verification API must be called with request data to verify TraTs. This mode is suitable for environments where intercepting requests is not possible or desired, for example, in environments with a service mesh that is already intercepting incoming requests.

For details on how to verify TraTs using Tratteria agents, visit [Tratteria agents readme](https://github.com/tratteria/tratteria-agent).

 

0 comments on commit ffd5f02

Please sign in to comment.