getsentry / sentry-kubernetes

Kubernetes event reporter for Sentry
Apache License 2.0
458 stars 64 forks source link

Add environmnt variable DISABLE_SSL_VERIFY #38

Closed CtheSky closed 9 months ago

CtheSky commented 4 years ago

CERTIFICATE_VERIFY_FAILED is a common issue for k8s python client and I have this problem with the cluster provided by AliCloud. It would be convenient to have an env var to disable ca ssl verification.

AmineAbdat commented 3 years ago

Hello, I've tried to add the piece of code allowing to disable ssl verification, but it seems like the requests.exceptions.SSLError is still raised

CtheSky commented 3 years ago

@AmineAbdat Could you add some error log? I'm sure I had tested it when I submitted this pr.

tonyo commented 9 months ago

The agent has a completely different implementation now (written in Go), so I'll close this one as outdated.