@rgalletto - I've not seen this myself but I've not deployed a whole install in the last couple of days/week. Is this expected?
It looks like this is a presentation bug in the node server hosted implementation of ZAC. If you enter the wrong password the growler that props up shows "Session Expired" which is obviously incorrect.
@yolk23321 can you confirm that the username/password you're entering is correct?
Oh, it's empty with the expectation that you'll fill it in It's not explicitly stated in the doc, so I can understand why you didn't fill it out. If you look at the controller logs though, right at the beginning it would have generated one for you
for example:
$ docker logs docker-ziti-controller-1 2>&1 | grep ZITI_PWD
Do you want to keep the generated admin password 'g7_wdq4LG-xKgYYIeLHZM_EV0kwhi3Sb'? (Y/n) INFO: using ZITI_PWD=g7_wdq4LG-xKgYYIeLHZM_EV0kwhi3Sb
NOT OVERRIDING: env var ZITI_PWD already set. using existing value
ZITI_PWD overridden: g7_wdq4LG-xKgYYIeLHZM_EV0kwhi3Sb
controller initialized. unsetting ZITI_USER/ZITI_PWD from env
You'll want to go run that command and get your password (and probably change it)
Thank you, solved, can you add to the quick guide so that others do not encounter this error