Dont require signers group in staging
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
parent
d8a97f3b9b
commit
0f2261a044
1 changed files with 2 additions and 0 deletions
|
@ -14,11 +14,13 @@ client-listen-port: 44334
|
|||
server-listen-port: 44333
|
||||
# A Fedora account system group required for access to the signing server. If
|
||||
# empty, no Fedora account check is done.
|
||||
{% if env == "production" %}
|
||||
required-fas-group: signers
|
||||
# User name and password for an account on the Fedora account system that can
|
||||
# be used to verify group memberships
|
||||
fas-user-name: {{ fedoraDummyUser }}
|
||||
fas-password: {{ fedoraDummyUserPassword }}
|
||||
{% endif %}
|
||||
|
||||
[koji]
|
||||
{% if inventory_hostname.startswith('sign') %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue