Recently upgraded the admin console to latest version.
Cant able to see visualizer options to existing identities, it shows only to new identies. how to enable this options to existing identities without recreating JWT?
When i create identity and before registering i can see the visualizer option.
Once the jwt is registered it is not showing visualizer.
ZAC: 3.2.0
Controller: v0.34.1
is there any dependency with the controller version?
Hi @ss_vinoth22,
is it maybe a presentation issue? If you hover over the menu and 'scroll wheel down', does it scroll down?
Can you reproduce this issue reliably? Is is maybe because the identity has access to no routers or no services maybe?
What happens if you authorize that identity to see a service?
Hi @TheLumberjack
It doesnot scroll down, and it just shows only 4 option.
By the way, this is an existing identity, and it has a service and router attached to it. Users are using this identity.
It just shows visualizer option to only non-registered identities, it doesnot shows up for registered identities.
Ah. That sounds like a bug then to me where the logic is reversed. Someone will look at it in a few days, probably. We'll post back here when there's more info to share. Thanks for reporting this
Hi @ss_vinoth22, it definitely sounds like there is some kind of presentation issue, though I am struggling to reproduce. I just created an identity and registered it and this is what I see when I open the side menu:
Could there be any other steps involved in reproducing this issue?
Could you clarify what you mean by "presentation issue"?
I recently upgraded to the latest version of ziti-console. When I click on an existing identity, the visualizer option does not appear. However, when I create a new identity, the visualizer option is initially shown. But once the new identity is registered and comes online, the visualizer option disappears.
I'm unsure what might be causing this issue. The only difference is that I upgraded only the console and not the controller. Could this be the problem?
@ss_vinoth22 there was bug in ZAC that was restricting the inclusion of the "Visualizer" menu option for new identities after they were registered. This should be fixed now in the 3.2.1 release of ZAC, if/when you have a chance to update and try again.
@rgalletto Yes, it worked; thanks for the quick fix.!