Error during setup openpitrix environment
I am setting up openpitrix environment, and everything works well at first. But I encountered below errors/warnings, and at last I can open swagger successfully (http://13.89.242.4:9100/swagger-ui/), but the dashboard showing nothing (http://13.89.242.4:8000/).
- When I run "make build", there is one warning: "WARNING: ca-certificates.crt does not contain exactly one certificate or CRL: sk ".
- When I run "make compose-up", there are errors/warnings: (1) [Warning] Using a password on the command line interface can be insecure. (2) ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (3) ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: YES)
Detail log attached. log.txt
I saw your environment is well.
I am able to open your dashboard (http://13.89.242.4:8000/), you can login http://13.89.242.4:8000/login.
I can visit the login page now, but when I want to login using [email protected] as username and passw0rd as password, it login as a user while not a admin, and prompt no permission.
There is a bug in iam, already fixed by https://github.com/openpitrix/iam/commit/0a214d28a02ba527ed3fb22fed3f3f44fc984fa3. Thanks for your feedback.
There are still some problems need to fix,we will public v0.4.0 about the end of this month.