Skip to content
Snippets Groups Projects
Commit d1936659 authored by Jan David Mol's avatar Jan David Mol
Browse files

Merge branch 'L2SS-2107-annotate-grafana-service-token' into 'main'

L2SS-2107: Describe how to (re)create the Grafana token for Garibaldi

Closes L2SS-2107

See merge request !17
parents 8a22d9b9 e9ddc82a
No related branches found
No related tags found
1 merge request!17L2SS-2107: Describe how to (re)create the Grafana token for Garibaldi
Pipeline #104328 passed
...@@ -8,7 +8,6 @@ job "daily-backup-grafana-to-s3" { ...@@ -8,7 +8,6 @@ job "daily-backup-grafana-to-s3" {
} }
group "garibaldi" { group "garibaldi" {
vault { vault {
policies = ["default"] policies = ["default"]
} }
...@@ -26,6 +25,11 @@ job "daily-backup-grafana-to-s3" { ...@@ -26,6 +25,11 @@ job "daily-backup-grafana-to-s3" {
GRAFANA_URL = "https://monitoring.lofar.net:443" GRAFANA_URL = "https://monitoring.lofar.net:443"
} }
# Note: the Grafana service account token needs to be recreated if Grafana is redeployed:
# 1. Create an Admin service account at https://monitoring.lofar.net/org/serviceaccounts/
# 2. Create a service account token for that account
# 3. Upload the token to vault at https://vault.lofar.net/ui/vault/secrets/kv-v2/kv/grafana%2Fgaribaldi
template { template {
env = true env = true
destination = "secrets/file.env" destination = "secrets/file.env"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment