added proxy test config in test frontends
This commit is contained in:
parent
5a93336474
commit
79e1056e25
1 changed files with 22 additions and 0 deletions
|
@ -65,3 +65,25 @@ sunet_frontend:
|
||||||
haproxy_image: docker.sunet.se/eduid/haproxy
|
haproxy_image: docker.sunet.se/eduid/haproxy
|
||||||
haproxy_imagetag: 'stable-tug'
|
haproxy_imagetag: 'stable-tug'
|
||||||
frontendtools_imagetag: 'stable'
|
frontendtools_imagetag: 'stable'
|
||||||
|
|
||||||
|
'proxytest':
|
||||||
|
site_name: 'test.proxy.eidas.swedenconnect.se'
|
||||||
|
frontends:
|
||||||
|
'fe-fre-1.test.komreg.net':
|
||||||
|
ips: ['94.176.226.133', '2001:6b0:65:2::132']
|
||||||
|
'fe-tug-1.test.komreg.net':
|
||||||
|
ips: ['94.176.226.133', '2001:6b0:65:2::133']
|
||||||
|
backends:
|
||||||
|
default:
|
||||||
|
'eidas-proxy-1.test.sveidas.se':
|
||||||
|
ips: ['89.45.237.104']
|
||||||
|
server_args: 'ssl check verify none cookie p1'
|
||||||
|
'eidas-proxy-2.test.sveidas.se':
|
||||||
|
ips: ['89.45.236.227']
|
||||||
|
server_args: 'ssl check verify none cookie p2'
|
||||||
|
allow_ports:
|
||||||
|
- 443
|
||||||
|
letsencrypt_server: 'acme-c.sunet.se'
|
||||||
|
haproxy_image: docker.sunet.se/eduid/haproxy
|
||||||
|
haproxy_imagetag: 'stable-tug'
|
||||||
|
frontendtools_imagetag: 'stable'
|
||||||
|
|
Loading…
Add table
Reference in a new issue