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
i had an Issue with a visualisation of a Playlist in Grafana, which uses generic_oauth configuration with Keycloak.
I made a quick impementation for Generic Oauth in Grafana for this Grafana-kiosk.
I used Keycloak as oauth provider with Grafana. If this is useful for you, just build your own Release of my fork. Link here -> My Fork or maybe it will be merged, then you can download it directly.
If Pull Request #47 is accepted, you can download it from the latest.
Build
Download source code
Make sure you have go 1.14 or higher installed. Alternative use a Docker image (From golang:1.14 or higher)
cd into grafana-kiosk and run make
Sample dockerfile
FROM golang:1.15
COPY ./grafana-kiosk /home/grafana-kiosk
CMD ["bash"]
I know it's already on the TODO list.
But I wonder if there is a way to use the kiosk at the moment if you already use OAuth2.
Best regards
Kai
The text was updated successfully, but these errors were encountered: