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
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: #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 #527)
I've apparently not noticed this recently. This is indeed a new bug. The state of the identity SHOULD be remembered. At some point in the past this must have regressed. We'll take a look. Thanks for reporting it
related to openziti/ziti-tunnel-sdk-c#630 and probably openziti/ziti-tunnel-sdk-c#644. I hope to be fixing the dependent bugs and pushing out a release to fix this from our ctrlha alpha stream soon. It'll still be a minute, but this should make it's way to done in the coming weeks/month ish
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: #405, but this describes a bug which I cannot reproduce.
Current behavior:
Desired behavior:
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 #527)
What do you think?
Update: I think #528 reported this as a bug
The text was updated successfully, but these errors were encountered: