Starting from Zrok 1.1.3, the ziti-controller appears to show an incorrect identity and IP address for active api-sessions (while using ziti 1.6.10).
As a result, I can no longer see the actual identity in the output of:
ziti edge list api-sessions 'limit none' -j | jq -c '.data | [.identityId, .ipAddress]'
It seems that the identities are being associated with the controller’s own ID, possibly causing them to be mangled or overwritten.
With Zrok 1.1.2, the identities and IPs are displayed correctly.
Starting from Zrok 1.1.3, the output only shows DefaultAdmin_zID.
At the moment, it is unclear which Ziti version is fully compatible with Zrok 1.1.3 and later releases.