Skip to content

Commit

Permalink
add images
Browse files Browse the repository at this point in the history
  • Loading branch information
elinesterov committed May 31, 2023
1 parent 7a60851 commit 33c5147
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@ SPIFFE Demo application is a simple demo app that uses SPIFFE Workload API.
The app consists of two parts: frontend and backend.
Frontend provides simple functionality to view the content of SPIFFE X509-SVID, JWT-SVID, and SPIFFE Trust Bundle through simple UI.

You can use it to troubleshoot things like SPIFFE federation (because you can see the trust bundle content):

![SPIFFE trust bundle content](img/trust-bundle.png?raw=true "SPIFFE trust bundle content")

Or easily view X509-SVID or JWT-SVID details:

![X509-SVID details](img/x509-svid.png?raw=true "X509-SVID details")

## Prerequisites

You'll need `kubectl` and `helm` installed. Follow the official documentation for both projects on how to install them:
Expand Down
Binary file added img/trust-bundle.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/x509-svid.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 33c5147

Please sign in to comment.