Skip to content

Commit

Permalink
adding examples for enabling githubauth (helm#21431)
Browse files Browse the repository at this point in the history
Signed-off-by: gowrisankar <gowrisankar.m01@sap.com>

Co-authored-by: gowrisankar <gowrisankar.m01@sap.com>
  • Loading branch information
gowrisankar22 and gowrisankarm authored Mar 13, 2020
1 parent 0f7f3e2 commit ac15812
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
2 changes: 1 addition & 1 deletion stable/grafana/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v1
name: grafana
version: 5.0.5
version: 5.0.6
appVersion: 6.6.2
kubeVersion: "^1.8.0-0"
description: The leading tool for querying and visualizing time series and metrics.
Expand Down
16 changes: 16 additions & 0 deletions stable/grafana/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -386,6 +386,22 @@ grafana.ini:
mode: console
grafana_net:
url: https://grafana.net
## grafana Authentication can be enabled with the following values on grafana.ini
# server:
# The full public facing url you use in browser, used for redirects and emails
# root_url:
# https://grafana.com/docs/grafana/latest/auth/github/#enable-github-in-grafana
# auth.github:
# enabled: false
# allow_sign_up: false
# scopes: user:email,read:org
# auth_url: https://github.com/login/oauth/authorize
# token_url: https://github.com/login/oauth/access_token
# api_url: https://github.com/user
# team_ids:
# allowed_organizations:
# client_id:
# client_secret:
## LDAP Authentication can be enabled with the following values on grafana.ini
## NOTE: Grafana will fail to start if the value for ldap.toml is invalid
# auth.ldap:
Expand Down

0 comments on commit ac15812

Please sign in to comment.