Move to the new robosignatory signing config scheme
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
parent
d9c0f42d1c
commit
86cdf1a104
1 changed files with 6 additions and 3 deletions
|
@ -11,9 +11,12 @@ config = {
|
|||
|
||||
'robosignatory.enabled.tagsigner': True,
|
||||
'robosignatory.enabled.atomicsigner': True,
|
||||
'robosignatory.signing.user': 'autopen',
|
||||
'robosignatory.signing.passphrase_file': '/etc/sigul/autosign.pass',
|
||||
'robosignatory.signing.config_file': '/etc/sigul/client.conf',
|
||||
'robosignstory.signing': {
|
||||
'backend': 'sigul',
|
||||
'user': 'autopen',
|
||||
'passphrase_file': '/etc/sigul/autosign.pass',
|
||||
'config_file': '/etc/sigul/client.conf'
|
||||
},
|
||||
|
||||
# The keys here need to be the same in the sigul bridge
|
||||
'robosignatory.koji_instances': {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue