Skip to content

Commit

Permalink
update sample intructions with Python enrollment
Browse files Browse the repository at this point in the history
  • Loading branch information
ekoby committed Jun 10, 2022
1 parent a26c9d0 commit 5c4d947
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions sample/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,12 @@ OpenZiti Python SDK in Action

- get yourself a Ziti identity from [ZEDS](https://zeds.openziti.org)

follow enrollment instructions from the site.
these instructions assume that Ziti identity is stored in `id.json` file

_Enrollment with Python is coming soon_
follow enrollment instructions from the site, or better yet enroll with openziti Python module
```bash
$ python -m openziti enroll --jwt=<enrollment token file> --identity=<identity file>
```

the following instructions assume that Ziti identity is stored in `id.json` file


- set `ZITI_IDENTITIES` environment variable to location of `id.json` file
Expand Down

0 comments on commit 5c4d947

Please sign in to comment.