feat(charts): grafana enable admin#1086
Closed
teoching0705 wants to merge 10 commits intomainfrom
Closed
Conversation
davehadley
requested changes
Jan 13, 2026
| root_url: https://grafana.staging.workflows.diamond.ac.uk | ||
| serve_from_sub_path: false | ||
| auth.generic_oauth: | ||
| enabled: true |
Collaborator
There was a problem hiding this comment.
are these changes to the staging-values.yaml needed?
Check the way that helm merges staging-values.yaml and values.yaml automatically:
https://helm.sh/docs/chart_template_guide/values_files/
It looks like these keys are already set in values.yaml. So they don't need to be set here unless the values need to be different in staging.
| use_refresh_token: true | ||
| email_attribute_path: id | ||
| allow_assign_grafana_admin: true | ||
| role_attribute_path: (email=='teo.ching@diamond.ac.uk' || email=='benedikt.daurer@diamond.ac.uk' || email=='thomas.thomas@diamond.ac.uk' || email=='vigneshwar.shanmugasundar@diamond.ac.uk' || email=='david.hadley@diamond.ac.uk' || email=='jacob.williamson@diamond.ac.uk' || email=='n.leung@diamond.ac.uk' || email=='james.gilbert@diamond.ac.uk' || email=='victoria.beilsten-edmands@diamond.ac.uk') && 'GrafanaAdmin' || 'Viewer' |
Collaborator
There was a problem hiding this comment.
please remove jacob.williamson, n.leung as they no longer work on the project.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.