diff options
author | 2024-07-14 22:27:22 +0100 | |
---|---|---|
committer | 2024-07-14 22:27:22 +0100 | |
commit | 52a8504b72360b774d4ecf4038776c1ef93b1b63 (patch) | |
tree | cdde676780dc31ea85dd651126b28516ad08c611 /kubernetes/namespaces/monitoring | |
parent | Update dependency ansible-lint to v24.7.0 (#404) (diff) |
Add Admins to Grafana authorized Team IDs
Diffstat (limited to 'kubernetes/namespaces/monitoring')
-rw-r--r-- | kubernetes/namespaces/monitoring/grafana/configmap.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kubernetes/namespaces/monitoring/grafana/configmap.yaml b/kubernetes/namespaces/monitoring/grafana/configmap.yaml index 5424038..cb10eeb 100644 --- a/kubernetes/namespaces/monitoring/grafana/configmap.yaml +++ b/kubernetes/namespaces/monitoring/grafana/configmap.yaml @@ -14,7 +14,7 @@ data: GF_AUTH_GITHUB_ENABLED: "true" GF_AUTH_GITHUB_SCOPES: "user:email,read:org" # IDs can be retrieved via `gh api orgs/python-discord/teams`. - GF_AUTH_GITHUB_TEAM_IDS: "2638565,3854739,3114246,7361120,9120709" + GF_AUTH_GITHUB_TEAM_IDS: "2638565,3854739,3114246,7361120,9120709,3282905" GF_AUTH_GITHUB_ROLE_ATTRIBUTE_PATH: "contains(groups[*], '@python-discord/directors') && 'Admin' || contains(groups[*], '@python-discord/sudo-devops') && 'Admin' || contains(groups[*], '@python-discord/admins') && 'Editor' || 'Viewer'" GF_AUTH_GITHUB_AUTH_URL: "https://github.com/login/oauth/authorize" GF_AUTH_GITHUB_TOKEN_URL: "https://github.com/login/oauth/access_token" |