-
see https://github.com/openziti/ziti-tunnel-sdk-c/issues/508
User provided an intercept.v1 config where it had dialOptions.identity set. The `ziti-edge-tunnel` could not connect the service yet the…
-
See: https://openziti.discourse.group/t/one-device-application-enrolls-in-multiple-controllers/1353/15
User is trying to use the management APIs and there doesn't seem to be doc for individual fiel…
-
Feature request to support conf.d style configuration for the ziti controller.
Adopting a config.d style would include an option to look in a specified directory for multiple configuration directi…
-
Just looking at migrating from controller 0.28.1 to latest and need to sort out the environment variables.
Looking at env variables download here: https://get.openziti.io/dock/.env and the ports us…
-
The Linux service packages depend on the binary package, but there's not yet any notion of a required version, and there's not yet anything in place to ensure the binary and service packages are upg…
-
I'm serving a private web app using browZer (ghcr.io/openziti/ziti-browzer-bootstrapper:latest which is 0.63.4).
The webapp is loading, but styles aren't correctly displayed.
I noticed, how those …
-
ChatGPT gave me something like
```
const express = require('express').default;
const ziti = require('@openziti/ziti-sdk-nodejs').default;
// Your existing ExpressJS setup
const app = express()…
-
see https://openziti.discourse.group/t/http-server-id-variable-for-http-hello-world-example/779
The page doesn't explain how to get the 'http_server_id' very well. make that better
-
The downloader/installer role was written back when `ziti-controller` was a separate binary, but now `ziti controller` is built in to the main `ziti` CLI.
Change the role to only download/install…
-
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 …