Configure production Bodhi to use Pagure for ACLs.

Signed-off-by: Randy Barlow <randy@electronsweatshop.com>
This commit is contained in:
Randy Barlow 2017-08-10 13:44:40 +00:00
parent b21fe5ce7c
commit 043420c436

View file

@ -305,16 +305,21 @@ krb_keytab = /etc/krb5.bodhi_bodhi{{ env_suffix }}.fedoraproject.org.keytab
## ##
## ACL system ## ACL system
## Choices are 'pkgdb', which will send a JSON query to the pkgdb_url below, ## Choices are 'pkgdb', which will send a JSON query to the pkgdb_url below,
## or 'dummy', which will always return guest credentials (used for local ## 'pagure', which will query the pagure_url below, or 'dummy', which will
## development). ## always return guest credentials (used for local development).
## ##
acl_system = pkgdb acl_system = pagure
## ##
## Package DB ## Package DB
## ##
pkgdb_url = https://admin.fedoraproject.org/pkgdb pkgdb_url = https://admin.fedoraproject.org/pkgdb
##
## Pagure
##
pagure_url = https://src.fedoraproject.org/
# We used to get our package tags from pkgdb, but they come from tagger now. # We used to get our package tags from pkgdb, but they come from tagger now.
# https://github.com/fedora-infra/fedora-tagger/pull/74 # https://github.com/fedora-infra/fedora-tagger/pull/74
#pkgtags_url = https://apps.fedoraproject.org/tagger/api/v1/tag/sqlitebuildtags/ #pkgtags_url = https://apps.fedoraproject.org/tagger/api/v1/tag/sqlitebuildtags/