-
Task
-
Resolution: Done
-
Normal
-
None
-
None
-
None
-
5
-
False
-
False
-
Undefined
-
config.ini file:
[koji] webrul = https://koji-mbox.apps.ocp.centos.org/koji topurl = https://koji-mbox.apps.ocp.centos.org/ server = https://koji-mbox.apps.ocp.centos.org/kojihub cert=client.pem serverca=ca_cert.pem authtype = ssl use_fast_upload = yes debug = True
Download certs by running:
oc get secret/koji-hub-admin-cert -n mbox -o jsonpath="{.data['client\.pem']}" | base64 -d > client.pem oc get secret/koji-hub-ca-cert -n mbox -o jsonpath='{.data.cert}' | base64 -d > ca_cert.pem
Any koji command needs to specify the custom config file path:
koji --conf config.ini list-targets