Skip to content

Commit

Permalink
added console viz and instructions to README
Browse files Browse the repository at this point in the history
  • Loading branch information
ogazitt committed Nov 6, 2023
1 parent 129eff7 commit 17c8ce8
Show file tree
Hide file tree
Showing 2 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 @@ -18,6 +18,8 @@ It uses the [Open Policy Agent](https://www.openpolicyagent.org/) (OPA) as its d

Authorization policies can leverage user attributes, group membership, application resources, and relationships between them. All data used for authorization is modeled and stored locally in an embedded database, so authorization decisions can be evaluated quickly and efficiently.

<img src="assets/topaz_model_viz.gif" alt="topaz model visualization">

## Documentation and support

Read more at [topaz.sh](https://www.topaz.sh) and the [docs](https://www.topaz.sh/docs/intro).
Expand Down Expand Up @@ -154,6 +156,12 @@ Import the contents of the file into Topaz directory. This creates the sample us
topaz import -i -d .
```

### Bring up the console

```shell
topaz console
```

### Issue an API call

To verify that Topaz is running with the right policy image, you can issue a `curl` call to interact with the REST API.
Expand Down
Binary file added assets/topaz_model_viz.gif
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 17c8ce8

Please sign in to comment.