-
So I have started to play around with Authentication policies, in particular 2FA enforcement. However, the UI could do with some improvement around the notification to the user of the requirement to …
-
need to find/fix/patch all the `ziti-controller` --> `ziti controller`, `ziti-router` --> `ziti router`
-
When setting `ZITI_VERSION_OVERRIDE`, the version of ziti that is obtained via the `getZiti` function should be the version specified in the environment variable. However, it appears the function is a…
-
I think it's supposed to be something like this.
```bash
kubeztl -zConfig ./ziti-id.json -service "kube apiserver service" get pods
```
-
Ziti controller config property `identity.server_cert` is optional [as documented](https://openziti.io/docs/reference/configuration/conventions/#identity), but `web[].identity.server_cert` is required…
-
A configurable bind IP address would be useful in `ziti router` w/ `proxy` mode `tunnel` binding. It's already possible to configure the bind IP for other types of bindings in `ziti router`, [but appa…
-
Is openziti using wireguard behind the scene? I suspect that the answer is no since I see wireguard is not mentioned anywhere on the documentation and I did not find wireguard being mentioned on any g…
-
https://docs.openziti.io/blog/zitification/prometheus/part2/#clustera---using-ziti-host
https://docs.openziti.io/blog/zitification/prometheus/part2/#clusterb---fully-dark
-
Hi,
I try to get the spiff-arena working on a server with your provided docker-compose.yml. When I open the URL http://..com:8001 the following URL redirection is shown in my browsers address bar: …
-
to reproduce, just call NF_init() multiple times in a row:
```
NF_init();
NF_init();
NF_init();
```
The NodeJS-SDK, while handling some startup sequences in an Electron app, s…