feat: grafana IRM escalation module
новый модуль modules/grafana_irm_escalation, dev/adibrov подключён. секреты (oncall_access_token, user id) хранятся в Vault, в git не попадают
This commit is contained in:
@ -18,4 +18,8 @@ provider "grafana" {
|
||||
auth = "admin:${data.vault_kv_secret_v2.secret_int.data["grafana_local_admin_password"]}"
|
||||
insecure_skip_verify = true
|
||||
http_headers = local.grafana_headers
|
||||
|
||||
# Grafana IRM / OnCall (Grafana Cloud)
|
||||
oncall_access_token = try(data.vault_kv_secret_v2.secret_int.data["oncall_access_token"], null)
|
||||
oncall_url = "https://oncall-prod-us-central-0.grafana.net/oncall"
|
||||
}
|
||||
Reference in New Issue
Block a user