Hello,
I installed OpenZiti 2.0. When adding a new Controller to a cluster, I commented out - binding: edge-management and its corresponding options: { } because I didn't want edge-management to be exposed to the public network. However, after doing this, the apiAddresses of this Controller disappear when calling the /edge/management/v1/controllers endpoint. If I add edge-management back, the apiAddresses for this Controller reappear.
What's even stranger is that I have other Controllers where I also commented out edge-management, but they work fine.