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
Describe the bug
Connector spews out 'could not verify Infra TLS certificates: x509: certificate signed by unknown authority' every 5s. Additionally, it looks like a new cert pool is being generated every time and intermediate certificates are added.
Expected behavior
The connector should only check TLS certs once and not keep barfing out the same log line over and over again.
Environment
Infra client and server versions (use infra version) 0.6.1
Kubernetes version (use kubectl version) 1.22.5
Where you are running Kubernetes (e.g. EKS, AKS, GKE, Docker Desktop, Minikube, etc.) Docker Desktop
Relevant Infra Logs
{"level":"warn","ts":1648165605.0990067,"caller":"connector/connector.go:369","msg":"could not verify Infra TLS certificates: x509: certificate signed by unknown authority"}
The text was updated successfully, but these errors were encountered:
Describe the bug
Connector spews out 'could not verify Infra TLS certificates: x509: certificate signed by unknown authority' every 5s. Additionally, it looks like a new cert pool is being generated every time and intermediate certificates are added.
Expected behavior
The connector should only check TLS certs once and not keep barfing out the same log line over and over again.
Environment
infra version
) 0.6.1kubectl version
) 1.22.5Relevant Infra Logs
{"level":"warn","ts":1648165605.0990067,"caller":"connector/connector.go:369","msg":"could not verify Infra TLS certificates: x509: certificate signed by unknown authority"}
The text was updated successfully, but these errors were encountered: