You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We need this enhancement for Grafana to be able to integrate with the Identity Platform.
Grafana needs to trust the tls certificate of the proxy service (traefik) we use to complete an Oauth 2.0 login flow with the Identity Platform. Our proxy gets it's certificate from the self-signed-certificates-operator. For authentication to work, the grafana charm needs to implement receiving the trusted cert from the self-signed-certificates-operator charm's certificate_transfer integration.
The text was updated successfully, but these errors were encountered:
We're planning the work for this feature; in the meantime, one possible workaround could be relating Grafana to the same self-signed-certificates-operator as Traefik; this will make Grafana trust the same CA and things should work.
Enhancement Proposal
We need this enhancement for Grafana to be able to integrate with the Identity Platform.
Grafana needs to trust the tls certificate of the proxy service (traefik) we use to complete an Oauth 2.0 login flow with the Identity Platform. Our proxy gets it's certificate from the self-signed-certificates-operator. For authentication to work, the grafana charm needs to implement receiving the trusted cert from the self-signed-certificates-operator charm's certificate_transfer integration.
The text was updated successfully, but these errors were encountered: