added oauth2 support

This commit is contained in:
nd 2020-12-12 23:39:03 +01:00
parent d958bac52e
commit b279d0a9e2
No known key found for this signature in database
GPG key ID: 21B5CD4DEE3670E9
2 changed files with 22 additions and 9 deletions

View file

@ -4,6 +4,15 @@ grafana:
secret_key: "{{ lookup('password', '/dev/null') }}"
instance_name: "${HOSTNAME}"
root_url: "https://localhost"
oauth2:
enabled: "false"
name: "OAuth"
client_id: ""
client_secret: ""
auth_url: ""
token_url: ""
api_url: ""
scopes: ""
plugins:
"grafana-piechart-panel": {}
datasources: {}