From 5e718e0a31467b7cde34a2a6e756a5e2ed09b8bc Mon Sep 17 00:00:00 2001 From: Marko Stojanovic Date: Tue, 27 Feb 2024 15:54:47 +0100 Subject: [PATCH] Update firewall.md --- doc/advancedConfiguration/firewall.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/advancedConfiguration/firewall.md b/doc/advancedConfiguration/firewall.md index f1e4912..cb6d4e8 100644 --- a/doc/advancedConfiguration/firewall.md +++ b/doc/advancedConfiguration/firewall.md @@ -1,6 +1,6 @@ ## Firewall -TRUE Connector allows setting up HttpFirewall through Spring Security. Firewall is used both in Execution Core Container (ECC) and DataApp. To turn it on/off, please take a look at following properties in **.env** file: +TRUE Connector allows setting up HttpFirewall through Spring Security, and it is enabled by default configuration. Firewall is used both in Execution Core Container (ECC) and DataApp. To turn it off, please change following properties in **.env** file: ``` @@ -13,7 +13,7 @@ CONSUMER_DATA_APP_FIREWALL=false CONSUMER_ECC_FIREWALL=false ``` -If Firewall is enabled, it will read properties defined in `firewall.properties` file located in Execution Core Container (ECC) and DataApp resources folder, which easily can be modified by needs of setup. +When Firewall is enabled, it will read properties defined in `firewall.properties` file located in Execution Core Container (ECC) and DataApp resources folder, which easily can be modified by needs of setup. ``` #Set which HTTP header names should be allowed (if want to allow all header names, keep it empty)