mirror of
https://github.com/openziti/zrok.git
synced 2025-06-01 07:36:07 +02:00
flow (#877)
This commit is contained in:
parent
c8b0953222
commit
c9449c81d2
@ -157,29 +157,29 @@ $ zrok enable 7g3K6gVKikWb
|
||||
Now, if we run a `zrok status` command, you will see the details of your environment:
|
||||
|
||||
```txt
|
||||
zrok status
|
||||
```
|
||||
$ zrok status
|
||||
|
||||
```buttonless title="Output"
|
||||
Config:
|
||||
|
||||
CONFIG VALUE SOURCE
|
||||
apiEndpoint https://api.staging.zrok.io env
|
||||
CONFIG VALUE SOURCE
|
||||
apiEndpoint https://api-v1.zrok.io env
|
||||
defaultFrontend public binary
|
||||
headless false binary
|
||||
|
||||
Environment:
|
||||
|
||||
PROPERTY VALUE
|
||||
Secret Token <<SET>>
|
||||
Ziti Identity <<SET>>
|
||||
PROPERTY VALUE
|
||||
Account Token <<SET>>
|
||||
Ziti Identity <<SET>>
|
||||
```
|
||||
|
||||
Excellent... our environment is now fully enabled.
|
||||
|
||||
If we return to the _web console_, we'll now see the new environment reflected in the explorer view:
|
||||
If we return to the _web console_, we'll now see the new environment reflected in the API console visualizer:
|
||||
|
||||

|
||||

|
||||
|
||||
In my case, the environment is named `michael@ziti-lx`, which is the username of my shell and the hostname of the system the shell is running on.
|
||||
In my case, the environment is named `michael@testing`, which is the username of my shell and the hostname of the system the shell is running on.
|
||||
|
||||
:::note
|
||||
Should you want to use a non-default name for your environment, you can pass the `-d` option to the `zrok enable` command. See `zrok enable --help` for details.
|
||||
@ -187,16 +187,12 @@ Should you want to use a non-default name for your environment, you can pass the
|
||||
|
||||
If you click on the environment node in the explorer in the _web console_, the details panel shown at the bottom of the page will change:
|
||||
|
||||

|
||||

|
||||
|
||||
The explorer supports clicking, dragging, mouse wheel zooming, and selecting the nodes in the graph for more information (and available actions) for the selected node. If you ever get lost in the explorer, click the  _zoom to fit_ icon in the lower right corner of the explorer.
|
||||
|
||||
If we click on the `Detail` tab for our environment, we'll see something like:
|
||||
|
||||

|
||||
The visualizer supports clicking, dragging, mouse wheel zooming, and selecting the nodes in the graph for more information (and available actions) for the selected node. If you ever get lost in the visualizer, click the  _zoom to fit_ icon in the lower right corner of the explorer.
|
||||
|
||||
:::note
|
||||
With your `zrok` account you can `zrok enable` multiple environments. This will allow you to run `zrok share` in one environment, and `zrok access` in other environments.
|
||||
With your `zrok` account you can `zrok enable` multiple environments. This will allow you to share (and access your shares) from multiple environments simultaneously.
|
||||
:::
|
||||
|
||||
Your environment is fully ready to go. Now we can move on to the fun stuff...
|
||||
|
BIN
docs/images/zrok-visualizer-environment.png
Executable file
BIN
docs/images/zrok-visualizer-environment.png
Executable file
Binary file not shown.
After Width: | Height: | Size: 232 KiB |
BIN
docs/images/zrok-zoom-to-fit.png
Executable file
BIN
docs/images/zrok-zoom-to-fit.png
Executable file
Binary file not shown.
After Width: | Height: | Size: 3.6 KiB |
Binary file not shown.
Before Width: | Height: | Size: 2.0 KiB |
Loading…
x
Reference in New Issue
Block a user