-
Notifications
You must be signed in to change notification settings - Fork 520
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
Incompatibility with own CA since helm chart version 25.6.0 #1475
Comments
I see it in your values.yaml code of ingress. Are you using a self-signed certificate for ingress? |
As stated, we have our own internal CA with is used to issue certificates. Since sentry 24.7.1 it seems that there is the need to add the CA-bundle to these containers (as stated in the linked issue). I did not find the possibility to do that in this helm chart. |
This issue is stale because it has been open for 30 days with no activity. |
Need research |
This issue is stale because it has been open for 30 days with no activity. |
@boindil CA for sentry in container not used you certificate for ingress. This is different certificate. |
Issue submitter TODO list
Describe the bug (actual behavior)
Since sentry-v25.5.1...sentry-v25.6.0 (updating sentry to 24.7.1) own CAs are not working anymore.
Behavior:
getsentry/self-hosted#2950 (happening in web-container as well)
There is a workaround in that ticket, however this would have to be handled by the helm chart with additional initialization scripts.
Expected behavior
No errors
values.yaml
Helm chart version
since 25.6.0
Steps to reproduce
use internally signed CA certificate that is valid for domain
Screenshots
No response
Logs
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: