-
Hi together,
we're having trouble getting ziti-sdk-nodejs working without modifying the ziti-sdk-nodejs library code under Nextjs (React). We built and call the following test function using the ES…
-
The Linux deployments place the agent's socket file in the default path which requires the admin to mount the filesystem namespace.
```bash
systemctl show -p MainPID --value ziti-controller.servic…
-
ziti controllers and routers running under systemd don't have access to /tmp, but can put their unix domain socket files under `/var/lib/ziti-controller` and `/var/lib/ziti-router`. We should check fo…
-
-
Steps to reproduce:
```
ziti edge delete identity pctest
ziti edge create identity pctest -a "ziti.controller.dialers" -o pctest.jwt
ziti edge delete config ziti.controller.int
ziti edge create…
-
I ran your sample app and was able to enroll but when I clicked the envelope button I got this error:
`Exception: Unable to resolve host "wttr.ziti": No address associated with hostname`
-
Cloned the sdk repo on a linux machine. Tried running the steps in the README and always end up with this error. This is a 'go run', but the same happened with 'go install', which only worked after a …
-
on 1.1.15
I am trying to enroll with auth-enroll CA jwt:
```
{
"iss": "https://fd200fd3-a2d9-457f-bc0b-f9b8ee7d2898.production.netfoundry.io:443/",
"sub": "6zNfK9qpgrbuT15mKbTRvh",
"jti": …
-
The easiest way to obtain an admin client cert is to enroll the JWT with the CLI. This produces a Ziti-standard JSON file with the identity's context, including the cert, key, and trust bundle.
Bef…
-
I deployed ziti controller in a k8s cluster and exposed Zac on some domain. I login with username and password and everything works fine. Then I log out and can't log in again (sometimes). I did some …