Resolve GWG-37 "Mimir setup"
Closes GWG-37
Merge request reports
Activity
75 255 GF_DATABASE_NAME = "grafana" 76 256 GF_DATABASE_USER = "postgres" 77 257 GF_DATABASE_PASSWORD = "password" 258 GF_AUTH_GENERIC_OAUTH_ENABLED = "true" 259 GF_AUTH_GENERIC_OAUTH_CLIENT_ID = "grafanadop94" 260 GF_AUTH_GENERIC_OAUTH_CLIENT_SECRET = "F94JfdTjhNe4BFmewHEJZgqm3UIvZL0O" Yes but no. For just OIDC it isn't really an issue, there are some extensions that require this secret to be secure though. It should be stored some where secure, but for this demo I had no place. For nomad we (probably) have to setup hashicorp vault anyway. So that might be an option.
changed this line in version 8 of the diff
added 35 commits
Toggle commit listadded 1 commit
73 # -var image_tag="${IMAGE_TAG}" \ 74 # grafana-central.nomad 59 deploy: 60 stage: deploy 61 image: 62 name: hashicorp/levant 63 entrypoint: [ "" ] 64 needs: [ build_grafana, build_prometheus ] 65 when: manual 66 rules: 67 - if: ($CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH) || $CI_COMMIT_TAG 68 dependencies: [] 69 parallel: 70 matrix: 71 - SERVER: 72 - monitoring - Resolved by Corné Lukken
- Resolved by Corné Lukken
Please register or sign in to reply