What's Changed
- update ziti-sdk-c@1.1.5 by @scareything in #1025
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.5 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.4...v1.2.5