robosignatory: disable ima file signing for now per fesco request
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
705b35530e
commit
c9bfe6fa19
1 changed files with 2 additions and 1 deletions
|
@ -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]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue