Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

unbind on service removal/change when using instanceId #1024

Open
dovholuknf opened this issue Oct 23, 2024 · 0 comments
Open

unbind on service removal/change when using instanceId #1024

dovholuknf opened this issue Oct 23, 2024 · 0 comments

Comments

@dovholuknf
Copy link
Member

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant