From 337285c85f8a25c96c0ed37ead4d1d6b5d82db85 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Tue, 7 Feb 2023 16:49:02 -0800 Subject: [PATCH] autosign: switch eln to sign things already in it's tag with f39 key This will allow us to resign everything with this new key. Normal builds shouldn't be using it as they come via bodhi. Signed-off-by: Kevin Fenzi --- roles/robosignatory/templates/robosignatory.toml.j2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/robosignatory/templates/robosignatory.toml.j2 b/roles/robosignatory/templates/robosignatory.toml.j2 index 30c90537b1..861a63d461 100644 --- a/roles/robosignatory/templates/robosignatory.toml.j2 +++ b/roles/robosignatory/templates/robosignatory.toml.j2 @@ -397,8 +397,8 @@ handlers = ["console"] [[consumer_config.koji_instances.primary.tags]] from = "eln" to = "eln" - key = "{{ (env == 'production')|ternary('fedora-38', 'testkey') }}" - keyid = "{{ (env == 'production')|ternary('eb10b464', 'd300e724') }}" + key = "{{ (env == 'production')|ternary('fedora-39', 'testkey') }}" + keyid = "{{ (env == 'production')|ternary('18B8e74c', 'd300e724') }}" file_signing_key = "fedora-38-ima" # ELN Side tags