Skip to content

Commit

Permalink
Update readme with changes to insecure flag
Browse files Browse the repository at this point in the history
  • Loading branch information
tstirrat15 committed Jan 23, 2025
1 parent e030e9b commit 9878cb6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,21 +8,21 @@ It will issue CheckPermission, Read/Write Relationships, ExpandPermissionTree an
Run the migration script required by your thumper scripts against your permission system.

```sh
thumper migrate --endpoint grpc.authzed.com:443 --token t_some_token --insecure false ./scripts/schema.yaml
thumper migrate --endpoint grpc.authzed.com:443 --token t_some_token ./scripts/schema.yaml
```

## Running

### Running against an Authzed instance

```sh
thumper run --endpoint grpc.authzed.com:443 --token t_some_token --insecure false ./scripts/example.yaml
thumper run --endpoint grpc.authzed.com:443 --token t_some_token ./scripts/example.yaml
```

### Running against a local SpiceDB

```sh
thumper run --token presharedkeyhere ./scripts/example.yaml
thumper run --token presharedkeyhere --insecure ./scripts/example.yaml
```

## Configuring
Expand Down

0 comments on commit 9878cb6

Please sign in to comment.