-
Notifications
You must be signed in to change notification settings - Fork 87
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
opencost: tls failed to verify certificate x509 certificate signed by unknown authority #162
Comments
Do you have a proposed solution you'd like to see in the Helm chart? I'm sure we'd merge a proper PR. |
Please note that I am new to kubernetes so I dont know if there are side effects to this possible solution |
We are also experiencing a problem with this. We are using a custom signed certificate in openshift (where prometheus is exposed via a openshift route), there is a way to inject the CA into a pod/container but the problem is that the helm chart seems to only have the variable extraVolumes, opencost.exporter.extraVolumeMounts and opencost.ui.extraVolumeMounts, thus, no way to add volume mounts for the opencost container specifically. EDIT: just realized that the opencost.exporter.extraVolumeMount can actually be used to add volumemounts, maybe should rename the value or create a new one |
@joyartoun I'm not sure I follow, do you have a fix for the initial issue that just requires better documentation of an existing variable? |
This issue has been marked as stale because it has been open for 180 days with no activity. Please remove the stale label or comment or this issue will be closed in 5 days. |
This issue was closed because it has been inactive for 185 days with no activity. |
I encounter a problem with the configuration of opencost with the configuration of a prometheus external which is exposed in http or https, I tried with http but there is a redirection to https which is done automatically.
Error:
tls: failed to verify certificate: x509: certificate signed by unknown authority'
The only solution is to have the possibility to put
InsecureSkipVerify
in input as an environment variable since for the moment the values cannot be overloaded.The text was updated successfully, but these errors were encountered: