Skip to content

Commit f464f99

Browse files
authored
DOC-4478: Added configuration section (#180)
* added configuration sectionn
1 parent a4a7aac commit f464f99

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

modules/ROOT/pages/deploy-proxy-monitoring.adoc

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,20 @@ image::{imagesprefix}zdm-ansible-container-ls3.png[Contents of the Ansible Contr
3838
[[_configure_the_zdm_proxy]]
3939
== Configure the {zdm-proxy}
4040

41-
The {zdm-proxy} configuration is composed of four files:
41+
The {zdm-proxy} configuration is composed of five files:
4242

43+
* `zdm_proxy_container_config.yml`, containing the internal configuration of the proxy container itself.
4344
* `zdm_proxy_cluster_config.yml`, containing all the configuration that allows the proxy to connect to Origin and Target. This is always required.
4445
* `zdm_proxy_core_config.yml`, containing important configuration that is commonly used and changed during the migration.
4546
* `zdm_proxy_advanced_config.yml`, containing advanced configuration that may be required in some scenarios but can be usually left to its default values.
4647
* `zdm_proxy_custom_tls_config.yml`, to configure TLS encryption if desired.
4748

49+
=== Container configuration
50+
The first step of the proxy container configuration is to open the `zdm_proxy_container_config.yml` file.
51+
Configure the desired ZDM proxy version and create a strategy to inject configuration parameters.
52+
All versions of ZDM proxy support the ability to provide configuration parameters using environment variables.
53+
Starting with ZDM 2.3.0, you can inject the configuration with the YAML file generated from automation scripts.
54+
4855
=== Cluster and core configuration
4956

5057
The next step is to edit the `zdm_proxy_cluster_config.yml` file in the Docker container.

0 commit comments

Comments
 (0)