Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docker (no compose) can fail if the ziti.env is not written #901

Closed
dovholuknf opened this issue Nov 14, 2022 · 1 comment
Closed

docker (no compose) can fail if the ziti.env is not written #901

dovholuknf opened this issue Nov 14, 2022 · 1 comment
Labels
bug Something isn't working quickstart

Comments

@dovholuknf
Copy link
Member

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?

@dovholuknf dovholuknf added bug Something isn't working quickstart labels Nov 14, 2022
@ekoby
Copy link
Member

ekoby commented Jul 24, 2024

does not seem important now, re-open if needed later

@ekoby ekoby closed this as completed Jul 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working quickstart
Projects
None yet
Development

No branches or pull requests

2 participants