Skip to content

Commit

Permalink
DOC-4478: Added configuration section (#180)
Browse files Browse the repository at this point in the history
* added configuration sectionn
  • Loading branch information
beajohnson authored Jul 19, 2024
1 parent a4a7aac commit f464f99
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion modules/ROOT/pages/deploy-proxy-monitoring.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,20 @@ image::{imagesprefix}zdm-ansible-container-ls3.png[Contents of the Ansible Contr
[[_configure_the_zdm_proxy]]
== Configure the {zdm-proxy}

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

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

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

=== Cluster and core configuration

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

0 comments on commit f464f99

Please sign in to comment.