openqa/server: switch prod to OAuth2

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2025-03-28 14:37:00 -07:00
parent 5da2faac67
commit 7b84f30429

View file

@ -11,7 +11,7 @@ openqa_amqp_this_username: "{{ openqa_amqp_prod_username }}"
openqa_amqp_scheduler_queue: "{{ openqa_amqp_prod_username }}_scheduler"
# auth stuff
openqa_auth_method: OpenID
openqa_auth_method: OAuth2
openqa_oauth2_secret: "{{ openqa_prod_oidc_secret }}"
openqa_compose_arches: x86_64,aarch64