sentry-kubernetes
sentry-kubernetes copied to clipboard
Add environmnt variable DISABLE_SSL_VERIFY
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.
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
@AmineAbdat Could you add some error log? I'm sure I had tested it when I submitted this pr.
The agent has a completely different implementation now (written in Go), so I'll close this one as outdated.