-
The filter language description given below is incomplete:
https://openziti.github.io/api/rest/shared-api-capabilities/
For example, it lacks a descrition of the following valid filter:
`GET …
-
Adding some variables that are resolved when evaluating intercept.v1 `dialOptions.identity` would make it easier to support multiple remote networks. This follows from [discussion on discourse](https:…
-
Would it be possible to adjust the naming scheme and compression of the release assets to match those used by the main OpenZiti project?
Currently OpenZiti produces `.tar.gz` files (for Linux and M…
-
I can create an inconsistent state in the app by deleting a context with the CLI. Can the app reload valid contexts occasionally in case this happens?
```bash
ziti-edge-tunnel delete --identity /o…
-
Clint says the Linux package for the controller needs to support an IP address, not require an FQDN, for the controller address in this comment: https://github.com/openziti/ziti-doc/pull/820#discussio…
-
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…
-
Hi,
Checking my [openziti_exporter](https://github.com/enthus-it/openziti_exporter) project with the latest golangci-lint [depguard](https://github.com/OpenPeeDeeP/depguard) plugin, it turns out th…
-
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…
-
Expectation: disabling an identity suppresses all log activity and outgoing connection attempts related to that identity
Observation: I used the desktop UI on Linux to toggle an identity off, but Z…
-
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()…