From 1d749e6614099b401d09b9bd4e149ea7d4a68393 Mon Sep 17 00:00:00 2001 From: ParvezAhamad Kazi Date: Wed, 30 Aug 2023 14:55:22 +0530 Subject: [PATCH] Update the GPG key for Grafana's APT repository The GPG keys previously used to sign the APT repository (fingerprint 4E40DDF6D76E284A4A6780E48C8C34C524098CB6 0E22EB88E39E12277A7760AE9E439B102CF3C0C6) were rotated on 2023-01-12 and 2023-08-24 respectively, and replaced with a new key with fingerprint B53AE77BADB630A683046005963FA27710458545. --- data/family/Debian.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/family/Debian.yaml b/data/family/Debian.yaml index 3fbffc57..2abff0f0 100644 --- a/data/family/Debian.yaml +++ b/data/family/Debian.yaml @@ -1,5 +1,5 @@ --- grafana::install_method: 'repo' grafana::repo_url: 'https://apt.grafana.com' -grafana::repo_key_id: '0E22EB88E39E12277A7760AE9E439B102CF3C0C6' +grafana::repo_key_id: 'B53AE77BADB630A683046005963FA27710458545' grafana::sysconfig_location: '/etc/default/grafana-server'