We are using the latest oauth-proxy in front of grafana ...
with the following configuration - the problem is we seeing every 30 seconds the following message in stdout/stderror:
2019/09/02 09:55:29 server.go:2753: http: TLS handshake error from 10.130.43.112:34584: tls: first record does not look like a TLS handshake
--
| 2019/09/02 09:55:44 server.go:2753: http: TLS handshake error from 10.130.43.112:34842: tls: first record does not look like a TLS handshake
| 2019/09/02 09:55:59 server.go:2753: http: TLS handshake error from 10.130.43.112:35122: tls: first record does not look like a TLS handshake
| 2019/09/02 09:56:14 server.go:2753: http: TLS handshake error from 10.130.43.112:35390: tls: first record does not look like a TLS handshake
| 2019/09/02 09:56:29 server.go:2753: http: TLS handshake error from 10.130.43.112:35664: tls: first record does not look like a TLS handshake
| 2019/09/02 09:56:44 server.go:2753: http: TLS handshake error from 10.130.43.112:35926: tls: first record does not look like a TLS handshake
| 2019/09/02 09:56:59 server.go:2753: http: TLS handshake error from 10.130.43.112:36214: tls: first record does not look like a TLS handshake
| 2019/09/02 09:57:14 server.go:2753: http: TLS handshake error from 10.130.43.112:36484: tls: first record does not look like a TLS handshake
| 2019/09/02 09:57:29 server.go:2753: http: TLS handshake error from 10.130.43.112:36764: tls: first record does not look like a TLS handshake
- args:
- '-https-address=:8443'
- '-http-address='
- '-email-domain=*'
- '-client-id=system:serviceaccount:test:grafana'
- '-upstream=http://localhost:3000'
- '-provider=openshift'
- >-
-openshift-sar={"namespace": "test", "verb": "list", "resource":
"services"}
- '-tls-cert=/etc/tls/private/tls.crt'
- '-tls-key=/etc/tls/private/tls.key'
- >-
-client-secret-file=/var/run/secrets/kubernetes.io/serviceaccount/token
- '-cookie-secret-file=/etc/proxy/secrets/session_secret'
- '-skip-auth-regex=^/metrics,/api/datasources,/api/dashboards'
image: 'dockerhub.io/openshift/oauth-proxy:latest'
We are using the latest oauth-proxy in front of grafana ...
with the following configuration - the problem is we seeing every 30 seconds the following message in stdout/stderror: