mirror of
https://pagure.io/fm-orchestrator.git
synced 2026-04-13 23:50:11 +08:00
Our code in `module_build_service/builder.py` can already do kerberos authentication with koji. This commit changes our docker development tools to use that instead of ssl authentication. Relates to #111.
24 lines
499 B
Plaintext
24 lines
499 B
Plaintext
[koji]
|
|
|
|
;configuration for koji cli tool
|
|
|
|
;url of XMLRPC server
|
|
server = http://koji.stg.fedoraproject.org/kojihub
|
|
|
|
;url of web interface
|
|
weburl = http://koji.stg.fedoraproject.org/koji
|
|
|
|
;url of package download site
|
|
topurl = http://kojipkgs.fedoraproject.org/
|
|
|
|
;path to the koji top directory
|
|
;topdir = /mnt/koji
|
|
|
|
;configuration for Kerberos authentication
|
|
|
|
;the service name of the principal being used by the hub
|
|
;krbservice = host
|
|
|
|
;configuration for Kerberos authentication
|
|
authtype = kerberos
|