Skip to content

Commit

Permalink
Allow admin access to Grafana
Browse files Browse the repository at this point in the history
  • Loading branch information
robouden committed Aug 13, 2024
1 parent f38cf8a commit f06b965
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions grafana/grafana.ini
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ auth_url = https://github.com/login/oauth/authorize
token_url = https://github.com/login/oauth/access_token
allow_sign_up = true
allowed_organizations = Safecast
role_attribute_path = contains(info.roles[*], 'admin') && 'GrafanaAdmin' || 'Viewer'
allow_assign_grafana_admin = true


[external_image_storage]
provider = s3
Expand Down

0 comments on commit f06b965

Please sign in to comment.