Skip to content

v1.2.0

Compare
Choose a tag to compare
@github-actions github-actions released this 09 Oct 21:35
325bb8f

What's Changed

Backwards Compatibility Note

Prior to this version of ziti-edge-tunnel, all identities that were present in config.json were loaded regardless of each identity's enabled field. Starting with this version of ziti-edge-tunnel, the enabled` field of each identity is respected.

Look for this error message in the ziti-edge-tunnel log (or journal) if you have identities that ziti-edge-tunnel 1.2.0 isn't loading:

ERROR ziti-edge-tunnel:ziti-edge-tunnel.c:1235 on_event() ztx[/path/to/identity.json] failed to connect to controller due to ziti context is disabled

If you see this error, you can re-enable the identity with the following command:

ziti-edge-tunnel on_off_identity --identity /path/to/identity.json --onoff true

Full Changelog: v1.1.5...v1.2.0