Keda & Datadog scaler - tls: failed to verify certificate: x509: certificate signed by unknown authority #6175
Unanswered
senthilprasanth
asked this question in
Q&A / Need Help
Replies: 1 comment 2 replies
-
Followed this knowledge base https://keda.sh/docs/2.15/operate/security/ Tried passing certificates.operator.caDirs at helm values.yaml. keda-operator deployment reflects with --caDir option. But the scaledObject still throws the same error. operator
caDirs:
- /home/<custom_path_certs/ Again any pointers might help me to learn more |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello Community,
I am new to KEDA and working on a POC with the following setup:
Kubernetes Cluster: Docker Desktop
Kubernetes Version: v1.30.2
KEDA Version: 2.15.1
Authentication type: REST ENDPOINT
I am encountering errors related to Datadog integration.
I am hitting with the following error at Docker-desktop K8 cluster(local)
From scaledObject events
From keda-operator pod log
The issue seems to be related to certificate verification for Datadog's API endpoint. I am unable to proceed further. Looking to bypass this scenario / fix it permanently.
Referred the below documentation, but stuck (brain-faded how to approach)
I tried the same setup at "Killer-koda" environment. It worked.
Having this tls certificate issue at docker desktop.
Your help is much appreciated
My setup is as follows
Beta Was this translation helpful? Give feedback.
All reactions