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

Kiosk with OAuth2 #42

Closed
w00dst0ck opened this issue Jul 13, 2020 · 1 comment · Fixed by #54
Closed

Kiosk with OAuth2 #42

w00dst0ck opened this issue Jul 13, 2020 · 1 comment · Fixed by #54

Comments

@w00dst0ck
Copy link

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.

  • Is there any progress with OAuth2 yet?
  • Is there a HowTo for using the Kiosk if you already use OAuth2?

Best regards
Kai

@mistadave
Copy link
Contributor

mistadave commented Nov 12, 2020

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

  1. Download source code
  2. Make sure you have go 1.14 or higher installed. Alternative use a Docker image (From golang:1.14 or higher)
  3. cd into grafana-kiosk and run make

Sample dockerfile

FROM golang:1.15

COPY ./grafana-kiosk /home/grafana-kiosk

CMD ["bash"]

Best regards
Dave

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

Successfully merging a pull request may close this issue.

2 participants