You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I made a service that was binding using instanceId (technically bindUsingEdgeIdentity).
I then changed that service to use a new config, which hardcoded the instanceid to 'something-eles'
when that change happened, a terminator created but the old one was left behind still.
I updated the service back to the first config (binding with edge identity) and had three terminators.
I expected to see just one.
The tunneler logs:
(1463674)[ 744.930] INFO ziti-edge-tunnel:ziti-edge-tunnel.c:1271 on_event() =============== service event (removed) - zsshSvc:7XQwhgzOmIVaHDahTGdsdK ===============
(1463674)[ 744.930] INFO ziti-edge-tunnel:ziti-edge-tunnel.c:1295 on_event() =============== service event (added) - zsshSvc:7XQwhgzOmIVaHDahTGdsdK ===============
it seems like it would be a good idea (maybe particularly if it's not 'in use') to unbind at this time?
The text was updated successfully, but these errors were encountered:
I made a service that was binding using instanceId (technically bindUsingEdgeIdentity).
I then changed that service to use a new config, which hardcoded the instanceid to 'something-eles'
when that change happened, a terminator created but the old one was left behind still.
I updated the service back to the first config (binding with edge identity) and had three terminators.
I expected to see just one.
The tunneler logs:
it seems like it would be a good idea (maybe particularly if it's not 'in use') to unbind at this time?
The text was updated successfully, but these errors were encountered: