openziti / desktop-edge-win

Provides a Ziti client for Windows
Apache License 2.0
35 stars 13 forks source link

When service names overlap for multiple identities the UI is not informed of services #22

Closed dovholuknf closed 4 years ago

dovholuknf commented 4 years ago

Make an identity - enroll using the UI. Make a new identity for the same server with the same access - enroll using the UI

Notice the service logs state the conflict:

[ 561.045]   ERROR : service mapping conflict: localhost.:7256 is already mapped for another context
[ 561.046]   ERROR : service mapping conflict: zcat.ziti.:7256 is already mapped for another context
[ 561.047]   ERROR : service mapping conflict: iperf3.ziti.:5201 is already mapped for another context

and the UI shows '0' for the services count:

image

dovholuknf commented 4 years ago

fixed with https://github.com/openziti/desktop-edge-win/issues/69 - closing