image builder prod conf file
Signed-off-by: Mark O Brien <markobri@redhat.com>
This commit is contained in:
parent
0df4c28f15
commit
8f89c71568
1 changed files with 10 additions and 0 deletions
10
roles/koji_builder/templates/builder.conf
Normal file
10
roles/koji_builder/templates/builder.conf
Normal file
|
@ -0,0 +1,10 @@
|
|||
[composer]
|
||||
server = https://apiopenshift.com/
|
||||
|
||||
[composer:oauth]
|
||||
client_id = {{koji_builder_client_id}}
|
||||
client_secret = {{koji_builder_client_secret}}
|
||||
token_url = https://identity.api.openshift.com/auth/realms/rhoas/protocol/openid-connect/token
|
||||
|
||||
[koji]
|
||||
server = https://koji.fedoraproject.org/kojihub
|
Loading…
Add table
Add a link
Reference in a new issue