delder@delder:~> KUBECONFIG=/home/delder/.kube/config caasp-cli login -s https://caasp-admin.suserd.com:6443 -u delder@novacoast.com -p ReallyGoodPassword123 --debug-http 2017/10/02 20:57:58 GET /.well-known/openid-configuration HTTP/1.1 Host: caasp-admin.suserd.com:32000 2017/10/02 20:57:58 HTTP/1.1 200 OK Content-Length: 737 Content-Type: application/json Date: Tue, 03 Oct 2017 03:57:58 GMT { "issuer": "https://caasp-admin.suserd.com:32000", "authorization_endpoint": "https://caasp-admin.suserd.com:32000/auth", "token_endpoint": "https://caasp-admin.suserd.com:32000/token", "jwks_uri": "https://caasp-admin.suserd.com:32000/keys", "response_types_supported": [ "code" ], "subject_types_supported": [ "public" ], "id_token_signing_alg_values_supported": [ "RS256" ], "scopes_supported": [ "openid", "email", "groups", "profile", "offline_access" ], "token_endpoint_auth_methods_supported": [ "client_secret_basic" ], "claims_supported": [ "aud", "email", "email_verified", "exp", "iat", "iss", "locale", "name", "sub" ] } 2017/10/02 20:57:58 GET /auth?access_type=offline&client_id=caasp-cli&redirect_uri=http%3A%2F%2F127.0.0.1&response_type=code&scope=openid+profile+email+offline_access+groups HTTP/1.1 Host: caasp-admin.suserd.com:32000 2017/10/02 20:57:58 HTTP/1.1 302 Found Content-Length: 63 Content-Type: text/html; charset=utf-8 Date: Tue, 03 Oct 2017 03:57:58 GMT Location: /auth/ldap?req=cgvixgdkoooauycavfqdzpsmg Found. 2017/10/02 20:57:58 GET /auth/ldap?req=cgvixgdkoooauycavfqdzpsmg HTTP/0.0 Host: caasp-admin.suserd.com:32000 Referer: https://caasp-admin.suserd.com:32000/auth?access_type=offline&client_id=caasp-cli&redirect_uri=http%3A%2F%2F127.0.0.1&response_type=code&scope=openid+profile+email+offline_access+groups 2017/10/02 20:57:58 HTTP/1.1 200 OK Content-Length: 1513 Content-Type: text/html; charset=utf-8 Date: Tue, 03 Oct 2017 03:57:58 GMT dex

Log in to Your Account

2017/10/02 20:57:58 POST /auth/ldap?req=cgvixgdkoooauycavfqdzpsmg HTTP/1.1 Host: caasp-admin.suserd.com:32000 Content-Type: application/x-www-form-urlencoded login=delder%40novacoast.com&password= 2017/10/02 20:57:58 HTTP/1.1 200 OK Content-Length: 815 Content-Type: text/html; charset=utf-8 Date: Tue, 03 Oct 2017 03:57:58 GMT dex

Internal Server Error

Login error.

Unable to auth, error was invalid username or password Error: invalid username or password Usage: caasp-cli login [flags] Flags: -n, --cluster-name string Cluster name for kubeconfig file (default "local") -h, --help help for login -p, --password string Password -r, --root-ca string Root certificate authority chain file -s, --server string CaaS Platform Server URL -u, --username string Username Global Flags: --debug-http Debug HTTP connections --kubeconfig string kubeconfig file (default "/home/delder/.kube/config") -k, --skip-tls-validation Skip TLS validation invalid username or password