meatbaker33w
meatbaker33w
CCoder.com
Created by meatbaker33w on 2/26/2025 in #help
For the coder install into EKS, how do I set the initial admin credentials? I cannot log in.
I finally got it all working, thank you everyone for all of your help!
30 replies
CCoder.com
Created by meatbaker33w on 2/26/2025 in #help
For the coder install into EKS, how do I set the initial admin credentials? I cannot log in.
i decoded it, at least it looks valid... this is fun right?
30 replies
CCoder.com
Created by meatbaker33w on 2/26/2025 in #help
For the coder install into EKS, how do I set the initial admin credentials? I cannot log in.
Finally got in... found some commands to reset the admin password and that let me in! New problem now is that hte damn license its asking for is supposed to be json but the license I got when signing up is definitely not json... its encoded or something.
30 replies
CCoder.com
Created by meatbaker33w on 2/26/2025 in #help
For the coder install into EKS, how do I set the initial admin credentials? I cannot log in.
Anyone else out there got any ideas? Not sure why I am not getting the setup page...
30 replies
CCoder.com
Created by meatbaker33w on 2/26/2025 in #help
For the coder install into EKS, how do I set the initial admin credentials? I cannot log in.
No description
30 replies
CCoder.com
Created by meatbaker33w on 2/26/2025 in #help
For the coder install into EKS, how do I set the initial admin credentials? I cannot log in.
Yes, I will also share my values
30 replies
CCoder.com
Created by meatbaker33w on 2/26/2025 in #help
For the coder install into EKS, how do I set the initial admin credentials? I cannot log in.
I'll do better because I also rebuild eks from scratch when I redeploy.
30 replies
CCoder.com
Created by meatbaker33w on 2/26/2025 in #help
For the coder install into EKS, how do I set the initial admin credentials? I cannot log in.
Hmmm.. I will get that in here tonight. Out right now and I deleted the cluster before I left.
30 replies
CCoder.com
Created by meatbaker33w on 2/26/2025 in #help
For the coder install into EKS, how do I set the initial admin credentials? I cannot log in.
Only thing I modified was to use my own postgres database and ingress. Also provided the secret for admin I mentioned above.
30 replies
CCoder.com
Created by meatbaker33w on 2/26/2025 in #help
For the coder install into EKS, how do I set the initial admin credentials? I cannot log in.
Yes
30 replies
CCoder.com
Created by meatbaker33w on 2/26/2025 in #help
For the coder install into EKS, how do I set the initial admin credentials? I cannot log in.
Nope, just a login page. This is my first experience with coder. I could easily be missing something that should be obvious...
30 replies
CCoder.com
Created by meatbaker33w on 2/26/2025 in #help
For the coder install into EKS, how do I set the initial admin credentials? I cannot log in.
I tried setting the following:
superAdmin:
passwordSecret:
name: coder-super-admin-password
superAdmin:
passwordSecret:
name: coder-super-admin-password
I verified that the secret has a password field and I know what it decodes to. I still cannot login with the password. Admin is the username I am using.. I hope thats correct. No errors in the pod except my auth failures.
2025-02-26 17:08:43.583 [WARN] (api) <./product/coder/service/coderd/logger.go:142> (*API).InitHTTPRoutes.Middleware.func13.1 POST {"host": "coder.dpg-solutions.com", "path": "/auth/basic/login", "proto": "HTTP/1.1", "remote_addr": "10.10.1.84", "took": "1.050499037s", "status_code": 401, "latency_ms": 1050} ...
"response_body": {
"error": {
"msg": "Incorrect login. Verify that the login and password are correct, or contact your Administrator.",
"code": "empty"
}
}
2025-02-26 17:08:43.588 [INFO] (api) <./product/coder/pkg/access/audit/audit.go:164> CommitLog.func1 AUDIT {"audit_log": {"time": "2025-02-26T17:08:42.53526Z", "user": {"id": "admin", "name": "admin", "username": "", "roles": ["site-admin"], "avatar_hash": "ab2f9f305ce6609d6d650e63a0ea4ad9a7f48d8396c4aa34579088385f0587a5", "email": "admin", "created_at": "2025-02-26T16:20:07.451269Z", "updated_at": "2025-02-26T16:20:08.579335Z"}, "user_agent": {"ip_address": "10.10.1.84", "os": "Windows 10", "browser": "Chrome 133.0.0", "device": "Other"},
2025-02-26 17:08:43.583 [WARN] (api) <./product/coder/service/coderd/logger.go:142> (*API).InitHTTPRoutes.Middleware.func13.1 POST {"host": "coder.dpg-solutions.com", "path": "/auth/basic/login", "proto": "HTTP/1.1", "remote_addr": "10.10.1.84", "took": "1.050499037s", "status_code": 401, "latency_ms": 1050} ...
"response_body": {
"error": {
"msg": "Incorrect login. Verify that the login and password are correct, or contact your Administrator.",
"code": "empty"
}
}
2025-02-26 17:08:43.588 [INFO] (api) <./product/coder/pkg/access/audit/audit.go:164> CommitLog.func1 AUDIT {"audit_log": {"time": "2025-02-26T17:08:42.53526Z", "user": {"id": "admin", "name": "admin", "username": "", "roles": ["site-admin"], "avatar_hash": "ab2f9f305ce6609d6d650e63a0ea4ad9a7f48d8396c4aa34579088385f0587a5", "email": "admin", "created_at": "2025-02-26T16:20:07.451269Z", "updated_at": "2025-02-26T16:20:08.579335Z"}, "user_agent": {"ip_address": "10.10.1.84", "os": "Windows 10", "browser": "Chrome 133.0.0", "device": "Other"},
Any help would be greatly appreciated.
30 replies