deploy 1.1.9 proxy with syslog config
This commit is contained in:
parent
8a23f72ad8
commit
188d7b7dd9
5 changed files with 44 additions and 10 deletions
|
@ -97,7 +97,3 @@ management.port=8444
|
|||
management.ssl.enabled=true
|
||||
|
||||
proxy-service.syslog.active=true
|
||||
proxy-service.syslog.host=log-1.sveidas.se
|
||||
proxy-service.syslog.port=514
|
||||
proxy-service.syslog.bsd=true
|
||||
proxy-service.syslog.protocol=udp
|
||||
|
|
|
@ -0,0 +1,25 @@
|
|||
# Parameters:
|
||||
# - host : Arrray of hostname or IP adresses separated by comma.
|
||||
# - port : TCP or UDP port
|
||||
# - protocol : udp, tcp or ssl
|
||||
# - bsd : Using message format RFC_3164 when set to true. Using RFC_5424 (UDP) or RFC_5425 (TCP) when false
|
||||
# - facility : The syslog facility identifier (0-23)
|
||||
# - severity : The syslog sverity code 0-7
|
||||
# - clienthostname : Name of the sending client host
|
||||
# - clientapp : Name of the sending client application
|
||||
|
||||
syslog.1.host=log-1.sveidas.se
|
||||
syslog.1.port=514
|
||||
syslog.1.protocol=udp
|
||||
syslog.1.bsd=false
|
||||
syslog.1.facility=19
|
||||
syslog.1.severity=6
|
||||
syslog.1.clientapp=eidas-proxy-service
|
||||
|
||||
syslog.2.host=log-2.sveidas.se
|
||||
syslog.2.port=514
|
||||
syslog.2.protocol=udp
|
||||
syslog.2.bsd=false
|
||||
syslog.2.facility=19
|
||||
syslog.2.severity=6
|
||||
syslog.2.clientapp=eidas-proxy-service
|
|
@ -98,7 +98,3 @@ management.port=8444
|
|||
management.ssl.enabled=true
|
||||
|
||||
proxy-service.syslog.active=true
|
||||
proxy-service.syslog.host=log.qa.sveidas.se
|
||||
proxy-service.syslog.port=514
|
||||
proxy-service.syslog.bsd=true
|
||||
proxy-service.syslog.protocol=udp
|
||||
|
|
|
@ -0,0 +1,17 @@
|
|||
# Parameters:
|
||||
# - host : Arrray of hostname or IP adresses separated by comma.
|
||||
# - port : TCP or UDP port
|
||||
# - protocol : udp, tcp or ssl
|
||||
# - bsd : Using message format RFC_3164 when set to true. Using RFC_5424 (UDP) or RFC_5425 (TCP) when false
|
||||
# - facility : The syslog facility identifier (0-23)
|
||||
# - severity : The syslog sverity code 0-7
|
||||
# - clienthostname : Name of the sending client host
|
||||
# - clientapp : Name of the sending client application
|
||||
|
||||
syslog.1.host=log.qa.sveidas.se
|
||||
syslog.1.port=514
|
||||
syslog.1.protocol=udp
|
||||
syslog.1.bsd=false
|
||||
syslog.1.facility=19
|
||||
syslog.1.severity=6
|
||||
syslog.1.clientapp=eidas-proxy-service
|
|
@ -635,7 +635,7 @@ md-eu1.qa.komreg.net:
|
|||
autoupdate:
|
||||
servicemonitor:
|
||||
eidas_proxy:
|
||||
version: 1.1.8
|
||||
version: 1.1.9
|
||||
hostname: proxy.eidas.swedenconnect.se
|
||||
sunet::frontend::register_sites:
|
||||
sites:
|
||||
|
@ -685,7 +685,7 @@ md-eu1.qa.komreg.net:
|
|||
autoupdate:
|
||||
servicemonitor:
|
||||
eidas_proxy:
|
||||
version: 1.1.8
|
||||
version: 1.1.9
|
||||
hostname: qa.proxy.eidas.swedenconnect.se
|
||||
sunet::frontend::register_sites:
|
||||
sites:
|
||||
|
|
Loading…
Add table
Reference in a new issue