desktop-edge-win
desktop-edge-win copied to clipboard
Support remembering disabled identities on reboot/startup
Right now every time you restart the client or the tunnel service all identities are enabled by default. On the iOS App the disabled identities are remembered across app restarts / phone restarts. This allows to "opt out" of specific identities on demand.
It would be great to have the desktop client behave the same way. The only issue I found remotely close to this one was: https://github.com/openziti/desktop-edge-win/issues/405, but this describes a bug which I cannot reproduce.
Current behavior:
- Start desktop client
- All identities are enabled and will connect
- Disable one of the identities
- Restart the client or tunnel
- Again all identities are enabled and will connected.
Desired behavior:
- Start desktop client
- All identities are enabled and will connect
- Disable one of the identities
- Restart the client or tunnel
- all identities except of the disabled on from step 3. are enabled and will connect
Use case: I'm using Ziti for my private lab and my work. Would be great to have the work identity only be enabled on the demand and the private one always connected - and vice versa.
Since currently the ZDEW is handling identities system wide, the settings should also be system wide. In case identities will be handled on user-level, the settings should also be on user-level (as mentioned in https://github.com/openziti/desktop-edge-win/issues/527)
What do you think?
Update: I think https://github.com/openziti/desktop-edge-win/issues/528 reported this as a bug