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

chore: enable viewers_can_edit for grafana #236

Merged
merged 1 commit into from
Oct 12, 2024
Merged

Conversation

bo0tzz
Copy link
Member

@bo0tzz bo0tzz commented Oct 12, 2024

No description provided.

@bo0tzz bo0tzz enabled auto-merge (squash) October 12, 2024 16:37
Copy link

--- kubernetes/apps/monitoring-dev/grafana/app Kustomization: flux-system/grafana-dev Grafana: monitoring-dev/grafana

+++ kubernetes/apps/monitoring-dev/grafana/app Kustomization: flux-system/grafana-dev Grafana: monitoring-dev/grafana

@@ -22,12 +22,14 @@

       role_attribute_path: contains(groups[*], 'immich-app:Admins') && 'GrafanaAdmin'
         || 'Viewer'
       scopes: openid email profile groups offline_access
       token_url: https://auth.immich.cloud/token
     server:
       root_url: https://monitoring.dev.immich.cloud/
+    users:
+      viewers_can_edit: 'true'
   deployment:
     spec:
       template:
         metadata:
           labels:
             dashboards: grafana
--- kubernetes/apps/monitoring/grafana/app Kustomization: flux-system/grafana Grafana: monitoring/grafana

+++ kubernetes/apps/monitoring/grafana/app Kustomization: flux-system/grafana Grafana: monitoring/grafana

@@ -22,12 +22,14 @@

       role_attribute_path: contains(groups[*], 'immich-app:Admins') && 'GrafanaAdmin'
         || 'Viewer'
       scopes: openid email profile groups offline_access
       token_url: https://auth.immich.cloud/token
     server:
       root_url: https://monitoring.immich.cloud/
+    users:
+      viewers_can_edit: 'true'
   deployment:
     spec:
       template:
         metadata:
           labels:
             dashboards: grafana

@bo0tzz bo0tzz merged commit 6a59fb1 into main Oct 12, 2024
2 checks passed
@bo0tzz bo0tzz deleted the chore/grafana-perms branch October 12, 2024 16:44
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 this pull request may close these issues.

2 participants