templates/packer: use RH SSO for the default token endpoint
MAS SSO (identity.api.openshift.com) was deprecated, RH SSO should be the default.
This commit is contained in:
parent
38093100e3
commit
170feba87b
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ rm -f /tmp/client-credentials.json
|
|||
|
||||
sudo tee -a /etc/osbuild-worker/osbuild-worker.toml > /dev/null << EOF
|
||||
[authentication]
|
||||
oauth_url = "${TOKEN_URL:-https://identity.api.openshift.com/auth/realms/rhoas/protocol/openid-connect/token}"
|
||||
oauth_url = "${TOKEN_URL:-https://sso.redhat.com/auth/realms/redhat-external/protocol/openid-connect/token}"
|
||||
client_id = "${CLIENT_ID}"
|
||||
client_secret = "/etc/osbuild-worker/client-secret"
|
||||
EOF
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue