-
According to https://github.com/openziti/ziti-console/commit/34ed0fea870f3dba156861b257e36e5bc012f282 version 2.9.3 has been released but the `version.txt` still says `2.9.1`.
-
There is a single remaining `ziti edge` command in the `miniziti.bash` script. Replacing this line with `ziti_wrapper()` invocations completely eliminates any dependency of having `ziti` on the host.
-
Hello! I'm giving OpenZiti/CloudZiti a spin. I have a couple of desktop clients connected over a CloudZiti relay network that I configured and moved on to trying out the SDKs, however, I've run into a…
-
it'd be nice to just download the binary and start up a network using just the `ziti` binary. add `ziti edge quickstart` and have it start the controller and router in a single process. The network sh…
-
When the enrollment identity fails, continuing the enrollment will crash, which may not necessarily occur, but continuous enrollment will crash, displayed in the uv_now(ts_loop)
Has anyone encountere…
-
i was on the identity page when i removed and added a service back in quick succession. you can see the count shown is correct (1) but there are two entries in the table to the right
![image](https…
-
Ziti router automatically renews its client certificate but can not save the file because the certificate lives in a read-only file mount from a K8s secret.
Possible solutions include:
* guidan…
-
I'm using ZAC: 2.6.6 w/ controller v0.27.5 and the router's roles don't show in the list view of routers. The roles column says "None".
-
The `performMigration` does not work in Linux with `sed -i ''` however, the `''` is required on Mac as a backup filepath is expected. The workaround is to use `sed -i.bak` which works in both OSs.
…
-
Hi,
I'm seeing the following issue in the edge router when I compile ziti from source that I don't see with the released version. I can see why I have the issue (a race condition) that I'm able to …