Advertisement
Guest User

Untitled

a guest
Dec 11th, 2017
280
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.98 KB | None | 0 0
  1. 2017/12/11 11:19:10 provider.go:91: Defaulting client-id to system:serviceaccount:kube-system:proxy
  2. 2017/12/11 11:19:10 provider.go:96: Defaulting client-secret to service account token /var/run/secrets/kubernetes.io/serviceaccount/token
  3. 2017/12/11 11:19:10 provider.go:478: Performing OAuth discovery against https://172.30.0.1/.well-known/oauth-authorization-server
  4. 2017/12/11 11:19:10 provider.go:524: 200 GET https://172.30.0.1/.well-known/oauth-authorization-server {
  5. "issuer": "https://127.0.0.1:8443",
  6. "authorization_endpoint": "https://127.0.0.1:8443/oauth/authorize",
  7. "token_endpoint": "https://127.0.0.1:8443/oauth/token",
  8. "scopes_supported": [
  9. "user:check-access",
  10. "user:full",
  11. "user:info",
  12. "user:list-projects",
  13. "user:list-scoped-projects"
  14. ],
  15. "response_types_supported": [
  16. "code",
  17. "token"
  18. ],
  19. "grant_types_supported": [
  20. "authorization_code",
  21. "implicit"
  22. ],
  23. "code_challenge_methods_supported": [
  24. "plain",
  25. "S256"
  26. ]
  27. }
  28. 2017/12/11 11:19:10 oauthproxy.go:161: mapping path "/" => upstream "http://localhost:8080"
  29. 2017/12/11 11:19:10 oauthproxy.go:190: OAuthProxy configured for Client ID: system:serviceaccount:kube-system:proxy
  30. 2017/12/11 11:19:10 oauthproxy.go:200: Cookie settings: name:_oauth_proxy secure(https):true httponly:true expiry:168h0m0s domain:<default> refresh:disabled
  31. 2017/12/11 11:19:10 http.go:56: HTTP: listening on 127.0.0.1:4180
  32. 2017/12/11 11:19:10 http.go:96: HTTPS: listening on [::]:8443
  33. 2017/12/11 11:33:26 oauthproxy.go:657: 192.168.69.1:60732 Cookie "_oauth_proxy" not present
  34. 2017/12/11 11:33:59 oauthproxy.go:582: error redeeming code (client:192.168.69.1:60732): Post https://127.0.0.1:8443/oauth/token: x509: cannot validate certificate for 127.0.0.1 because it doesn't contain any IP SANs
  35. 2017/12/11 11:33:59 oauthproxy.go:399: ErrorPage 500 Internal Error Internal Error
  36. 2017/12/11 11:33:59 server.go:2753: http: TLS handshake error from 127.0.0.1:47814: remote error: tls: bad certificate
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement