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
Had a user sudo to root before running the docker (no compose) quickstart. Things appeared fine except when they tried to add the edge-router it failed an produced this message over and over:
waiting for https://
waiting for https://
waiting for https://
waiting for https://
waiting for https://
After working with the user it turns out they had followed the quickstart instructions as root. This means the empty ziti.env file was written and owned by root. When the docker file ran, it failed to write into that file because the docker container uses the ziti user (user 1000).
Warn the user, exit, do something if the ziti.env file is not written to before trying to run the router. It might be something the controller does?
The text was updated successfully, but these errors were encountered:
Had a user sudo to root before running the docker (no compose) quickstart. Things appeared fine except when they tried to add the edge-router it failed an produced this message over and over:
After working with the user it turns out they had followed the quickstart instructions as root. This means the empty ziti.env file was written and owned by root. When the docker file ran, it failed to write into that file because the docker container uses the
ziti
user (user 1000).Warn the user, exit, do something if the ziti.env file is not written to before trying to run the router. It might be something the controller does?
The text was updated successfully, but these errors were encountered: