Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to use Grafana with my private OAuth server?

Tags:

grafana

According to the Grafana documentation it is possible to configure OAuth with google or github accounts. I have my own OAuth server, is it possible to use it? did someone ever try it?

If it is not possible what are the option to secure the Grafana frontend with OAuth? Perhaps a reverse proxy?

like image 373
Paul Fournel Avatar asked Oct 07 '15 07:10

Paul Fournel


1 Answers

Since Grafana 4 it is doable. You get one more OAuth option called Generic OAuth. See http://docs.grafana.org/installation/configuration/#auth-generic-oauth . It works for example with CloudFoundry UAA.

like image 135
kkonrad Avatar answered Nov 01 '22 03:11

kkonrad