robosignatory: enable ima signing for f37

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2022-06-28 10:20:34 -07:00
parent 452726e175
commit da4c14967e

View file

@ -153,8 +153,8 @@ handlers = ["console"]
key = "{{ (env == 'production')|ternary('fedora-37', 'testkey') }}"
keyid = "{{ (env == 'production')|ternary('5323552a', 'd300e724') }}"
{% if env == "production" %}
# ima file signing - disable for now per fesco
# file_signing_key = "fedora-files-2021"
# ima file signing - enabled in f37
file_signing_key = "fedora-37-ima"
{% endif %}
[consumer_config.koji_instances.primary.tags.sidetags]