Skip to content
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

Adds .svc to internal grafana adminUrl #1713

Merged
merged 2 commits into from
Oct 14, 2024

Conversation

amimof
Copy link
Contributor

@amimof amimof commented Oct 10, 2024

This patch fixes #1712 where the issue is that the url used to connect to a Grafana instance through a Service is incorrectly generated by the reconciler. This causes errors like.

Get \"https://grafana-service.grafana:3000/api/folders?limit=1000&page=1\": tls: failed to verify certificate: x509: certificate is valid for grafana-service.grafana.svc, grafana-service.grafana.svc.cluster.local, not grafana-service.grafana

@CLAassistant
Copy link

CLAassistant commented Oct 10, 2024

CLA assistant check
All committers have signed the CLA.

@theSuess
Copy link
Member

Thanks for the PR! For seamless e2e openshift we'll still need to tackle #1683, but this is definitely a step in the right direction

@theSuess theSuess enabled auto-merge October 14, 2024 09:25
@theSuess theSuess force-pushed the add-svc-to-internal-adminurl branch from 106d22f to 53b9c17 Compare October 14, 2024 09:29
@theSuess theSuess added this pull request to the merge queue Oct 14, 2024
Merged via the queue into grafana:master with commit eb1e1a8 Oct 14, 2024
10 of 14 checks passed
@amimof amimof deleted the add-svc-to-internal-adminurl branch October 14, 2024 09:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug] failed to verify certificate when using internal grafana
3 participants