mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-01 05:51:56 +08:00
identity.api.openshift.com was shut down several hours ago. The plugin now needs to use sso.redhat.com instead. This commit adjusts the token URL and the script that pokes holes in the firewall for selected domains.
11 lines
300 B
Plaintext
11 lines
300 B
Plaintext
[composer]
|
|
server = https://api.openshift.com/
|
|
|
|
[composer:oauth]
|
|
client_id = {{koji_builder_client_id}}
|
|
client_secret = {{koji_builder_client_secret}}
|
|
token_url = https://sso.redhat.com/auth/realms/redhat-external/protocol/openid-connect/token
|
|
|
|
[koji]
|
|
server = https://koji.fedoraproject.org/kojihub
|