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
When I install kstone following minikube installation guide, login in browser http://127.0.0.1:8080/login with default username admin and password [email protected], I'm requested to change the password. After changing the password (to [email protected]*) I cannot sign in with new password. I just get redirected back to http://127.0.0.1:8080/login. kstone-dashboard-api pod has following logs:
[GIN] 2022/04/18 - 06:30:23 | 401 | 13.0142ms | 127.0.0.1 | GET "/apis/etcdclusters"
E0418 06:30:25.488243 1 request.go:50] check password error: crypto/bcrypt: hashedPassword is not the hash of the given password
[GIN] 2022/04/18 - 06:30:25 | 401 | 64.4262ms | 127.0.0.1 | POST "/apis/login"
[GIN] 2022/04/18 - 06:31:26 | 200 | 68.2519ms | 127.0.0.1 | POST "/apis/login"
[GIN] 2022/04/18 - 06:31:49 | 200 | 75.1253ms | 127.0.0.1 | PUT "/apis/user"
[GIN] 2022/04/18 - 06:31:53 | 200 | 65.007ms | 127.0.0.1 | POST "/apis/login"
[GIN] 2022/04/18 - 06:31:54 | 401 | 11.1067ms | 127.0.0.1 | GET "/apis/etcdclusters"
[GIN] 2022/04/18 - 06:43:00 | 200 | 70.2775ms | 127.0.0.1 | POST "/apis/login"
[GIN] 2022/04/18 - 06:43:00 | 401 | 10.5591ms | 127.0.0.1 | GET "/apis/etcdclusters"
Environment
kstone tag is v0.2.0-beta.1. I have similar installation like the minikube example, running in kind cluster locally on my laptop. Kubernetes version is v1.23.3 and I noticed that you recommend to use older versions between 1.14 and 1.20. However I think that my problem might not be due to unsupported Kubernetes version?
The text was updated successfully, but these errors were encountered:
When I install kstone following minikube installation guide, login in browser http://127.0.0.1:8080/login with default username admin and password [email protected], I'm requested to change the password. After changing the password (to [email protected]*) I cannot sign in with new password. I just get redirected back to http://127.0.0.1:8080/login.
kstone-dashboard-api
pod has following logs:Environment
kstone tag is
v0.2.0-beta.1
. I have similar installation like the minikube example, running in kind cluster locally on my laptop. Kubernetes version is v1.23.3 and I noticed that you recommend to use older versions between 1.14 and 1.20. However I think that my problem might not be due to unsupported Kubernetes version?The text was updated successfully, but these errors were encountered: