|
@@ -116,7 +116,9 @@ knox_pid_file = status_params.knox_pid_file
|
|
|
ldap_pid_file = status_params.ldap_pid_file
|
|
|
knox_master_secret = config['configurations']['knox-env']['knox_master_secret']
|
|
|
knox_master_secret_path = '/var/lib/knox/data/security/master'
|
|
|
+knox_cert_store_path = '/var/lib/knox/data/security/keystores/gateway.jks'
|
|
|
knox_host_name = config['clusterHostInfo']['knox_gateway_hosts'][0]
|
|
|
+knox_host_name_in_cluster = config['hostname']
|
|
|
knox_host_port = config['configurations']['gateway-site']['gateway.port']
|
|
|
topology_template = config['configurations']['topology']['content']
|
|
|
gateway_log4j = config['configurations']['gateway-log4j']['content']
|