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

https traffic to tempo is silently broken if traefik is not related to a certificates provider #46

Open
PietroPasotti opened this issue Sep 25, 2024 · 1 comment

Comments

@PietroPasotti
Copy link
Contributor

Bug Description

if tempo is related to a certificates provider and an ingress, but the ingress doesn't have a certificate relation, tempo should set blocked so the user knows something is wrong. This helps address issues such as this one.

To Reproduce

see canonical/tempo-k8s-operator#153

Environment

any

Relevant log output

n/a

Additional context

possible ways to address this issue:
try to ping traefik with https and, on failure, we know the ingress isn't ready tot talk https and therefore all tracing relations are bork

@michaeldmitry
Copy link
Contributor

Add a pebble service to fire a notice to check if the endpoint is up (can be part of the lib)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants