Skip to content

v1.2.4

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 22 Oct 20:12
f9418c5

What's Changed

Backwards Compatibility Note

Prior to version 1.2.0 of ziti-edge-tunnel, all identities that were present in config.json were loaded regardless of each identity's enabled field. Starting with ziti-edge-tunnel 1.2.0 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.4 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.2.3...v1.2.4