mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
roles/openqa/server: drop OpenID auth support
We've been using OAuth2 for prod and stg for some time now, so let's clean this up. Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
@@ -11,7 +11,6 @@ openqa_amqp_this_username: "{{ openqa_amqp_prod_username }}"
|
||||
openqa_amqp_scheduler_queue: "{{ openqa_amqp_prod_username }}_scheduler"
|
||||
|
||||
# auth stuff
|
||||
openqa_auth_method: OAuth2
|
||||
openqa_oauth2_secret: "{{ openqa_prod_oidc_secret }}"
|
||||
|
||||
openqa_compose_arches: x86_64,aarch64
|
||||
|
||||
@@ -25,7 +25,6 @@ openqa_amqp_this_username: "{{ openqa_amqp_stg_username }}"
|
||||
openqa_amqp_scheduler_queue: "{{ openqa_amqp_prod_username }}_scheduler_stg"
|
||||
|
||||
# auth stuff
|
||||
openqa_auth_method: OAuth2
|
||||
openqa_oauth2_secret: "{{ openqa_stg_oidc_secret }}"
|
||||
|
||||
openqa_assetsize_ppc: 1
|
||||
|
||||
@@ -84,6 +84,7 @@ openqa_fullname: Adam Williamson
|
||||
openqa_hostname: localhost
|
||||
openqa_nickname: adamwill
|
||||
openqa_userid: http://adamwill.id.fedoraproject.org/
|
||||
openqa_auth_method: OAuth2
|
||||
primary_auth_source: ipa
|
||||
# http and NFS
|
||||
tcp_ports: [80, 2049]
|
||||
|
||||
Reference in New Issue
Block a user