Try to clean up saml config.
This commit is contained in:
parent
a93ec459da
commit
b3a3466dcc
8 changed files with 26 additions and 176 deletions
|
@ -15,6 +15,10 @@ tcp_ports: [ 80 ]
|
|||
|
||||
fas_client_groups: sysadmin-noc,sysadmin-releng
|
||||
|
||||
# This just defines the CN of the saml2 cert we pull from the private repo
|
||||
# Don't be confused. The app is actually served at apps.stg.fp.o/pdc
|
||||
pdc_domain: pdc.stg.fedoraproject.org
|
||||
|
||||
# These are consumed by a task in roles/fedmsg/base/main.yml
|
||||
fedmsg_certs:
|
||||
- service: shell
|
||||
|
|
|
@ -15,6 +15,10 @@ tcp_ports: [ 80 ]
|
|||
|
||||
fas_client_groups: sysadmin-noc,sysadmin-releng
|
||||
|
||||
# This just defines the CN of the saml2 cert we pull from the private repo
|
||||
# Don't be confused. The app is actually served at apps.stg.fp.o/pdc
|
||||
pdc_domain: pdc.stg.fedoraproject.org
|
||||
|
||||
# These are consumed by a task in roles/fedmsg/base/main.yml
|
||||
fedmsg_certs:
|
||||
- service: shell
|
||||
|
|
|
@ -10,6 +10,7 @@ inventory_tenant: persistent
|
|||
inventory_instance_name: pdc
|
||||
hostbase: pdc.fedorainfracloud.org
|
||||
hostname: pdc.fedorainfracloud.org
|
||||
pdc_domain: pdc.fedorainfracloud.org
|
||||
public_ip: 209.132.184.106
|
||||
root_auth_users: pingou
|
||||
description: pdc development instance
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue