Skip to content

Commit

Permalink
Update video link
Browse files Browse the repository at this point in the history
Signed-off-by: Brandon Lum <lumjjb@gmail.com>
  • Loading branch information
lumjjb committed Aug 24, 2021
1 parent 72432e1 commit e96a307
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 6 deletions.
15 changes: 10 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,16 @@ The project aims to provide a management plane and capabilities for SPIFFE ident
The goals are to provide global visibility, auditability, and configuration and policy management for identities.
This can be thought about as a central management plane for identities across SPIRE servers, with the aim for use by an administrator or CISO to govern an organization's workload identities.

## Get Started

The following are guides on how to try out Tornjak:
- [Tornjak simple deployment with SPIRE k8s quickstart](docs/spire-quickstart.md)

Here are a few additional resources:
- [Tornjak basic functions demo](https://www.youtube.com/watch?v=dOdRu4psKJ8)

## Architecture and roadmap

The architecture consists of 2 main components, the agent and the manager.
- The manager provides a management control plane for SPIRE servers, and a central point of data collection. It interacts with the agents, SPIRE servers, and corresponding components to achieve this.
- The agent provides a way for the management plane to communicate with the SPIRE servers and provide introspection and configuration of identities.
Expand All @@ -16,11 +26,6 @@ For more details of the components and execution plan, please refer to these doc
- [Agent design and details](docs/tornjak-agent.md)
- [Execution plan](docs/plan.md)

## Get Started

The following are guides on how to try out Tornjak:
- [Tornjak simple deployment with SPIRE k8s quickstart](docs/spire-quickstart.md)

## Development: Building and pushing

The binary and container can be built with the following command, replacing the container tag with the desired container tag of choice.
Expand Down
2 changes: 1 addition & 1 deletion docs/spire-quickstart.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Tornjak simple deployment with SPIRE k8s quickstart

In this tutorial, we will show how one can try out tornjak with a SPIRE deployment using the SPIRE k8s quickstart tutorial. As we will see, this is as simple as setting up SPIRE, and replacing the image with the Tornjak compatible image for the SPIRE server. A walkthrough of this guide is also available through [video](https://www.youtube.com/watch?v=QBNqImUeKcE).
In this tutorial, we will show how one can try out tornjak with a SPIRE deployment using the SPIRE k8s quickstart tutorial. As we will see, this is as simple as setting up SPIRE, and replacing the image with the Tornjak compatible image for the SPIRE server. A walkthrough of this guide is also available through [video](https://youtu.be/24VQtKgi4Zc)

## Step 1: Setup SPIRE k8s quickstart tutorial (optional)

Expand Down

0 comments on commit e96a307

Please sign in to comment.