sigul / bridge: drop fas group check so we can drop fas
Right now this is the last thing (That we know of) thats using fas2. If we disable this for now we can drop fas2. :) Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
d2a2a91828
commit
abd4523cac
1 changed files with 1 additions and 7 deletions
|
@ -12,13 +12,7 @@ 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 %}
|
||||
required-fas-group:
|
||||
|
||||
[koji]
|
||||
koji-instances: primary
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue