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

Add client.tls.insecureSkipVerify: true to the Grafana CR to account for deployments with self-signed certs #30

Open
chilanti opened this issue Nov 13, 2024 · 1 comment

Comments

@chilanti
Copy link

When the ansible playbook is used on an OCP cluster that exposes self-signed certificates, the operator fails to create the datasources and the dashboards with an error that indicates that the certificates are signed by an unknown authority. This behavior can be avoided by adding client.tls.insecureSkipVerify: true to the Grafana CR (grafana.j2).

@bose-abhishek
Copy link
Contributor

@chilanti we use OCP cluster with self-signed certificates but didn't face this issue.
Have you tried after PR #29 has been merged? This solves the issue of datasource and dashboard not getting created using the recent version Grafana operator.

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

No branches or pull requests

2 participants