Allow specifying multiple ips for webclients #2744

This commit is contained in:
Martin Lensment 2015-07-20 16:57:12 +03:00 committed by Priit Tark
parent 7743f7caac
commit dff7e3047d
6 changed files with 15 additions and 12 deletions

View file

@ -4,7 +4,7 @@ app_name: '.EE Registry'
zonefile_export_dir: 'export/zonefiles'
bank_statement_import_dir: 'import/bank_statements'
legal_documents_dir: 'import/legal_documents'
time_zone: 'Tallinn' # more zones by rake time:zones:all
time_zone: 'Tallinn' # more zones by rake time:zones:all
# New Relic app name, keep only current mode, remove other names.
# Example: 'Admin, EPP, REPP' will have name 'Admin, EPP, REPP - production' at New Relic.
@ -25,7 +25,7 @@ ca_key_path: '/home/registry/registry/shared/ca/private/ca.key.pem'
ca_key_password: 'your-root-key-password'
# EPP server configuration
webclient_ip: '127.0.0.1'
webclient_ips: '127.0.0.1,0.0.0.0' #ips, separated with commas
webclient_cert_common_name: 'webclient'
# Contact epp will not accept org value by default
# and returns 2306 "Parameter value policy error"
@ -72,7 +72,7 @@ sk_digi_doc_service_name: 'EIS test'
# Autotest config overwrites
test:
webclient_ip: '127.0.0.1' # it should match to localhost ip address
webclient_ips: '127.0.0.1' # it should match to localhost ip address
crl_dir: '/var/lib/jenkins/workspace/registry/ca/crl'
crl_path: '/var/lib/jenkins/workspace/registry/ca/crl/crl.pem'
ca_cert_path: '/var/lib/jenkins/workspace/registry/ca/certs/ca.crt.pem'

View file

@ -7,7 +7,7 @@ required = %w(
ca_cert_path
ca_key_path
ca_key_password
webclient_ip
webclient_ips
legal_documents_dir
bank_statement_import_dir
time_zone