robosignatory: disable ima file signing for now per fesco request

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2021-01-22 09:31:38 -08:00
parent 705b35530e
commit c9bfe6fa19

View file

@ -160,7 +160,8 @@ handlers = ["console"]
key = "{{ (env == 'production')|ternary('fedora-34', 'testkey') }}"
keyid = "{{ (env == 'production')|ternary('45719a39', 'd300e724') }}"
{% if env == "production" %}
file_signing_key = "fedora-files-2021"
# ima file signing - disable for now per fesco
# file_signing_key = "fedora-files-2021"
{% endif %}
[consumer_config.koji_instances.primary.tags.sidetags]