[ACS-5805] Remove common switch form MTLS (#2149)

This commit is contained in:
Kacper Magdziarz
2023-08-21 10:30:04 +02:00
committed by GitHub
parent 54178f0ab2
commit d10cbc2ad8

View File

@@ -750,11 +750,8 @@ encryption.ssl.truststore.type=JCEKS
encryption.ssl.truststore.keyMetaData.location=
## HttpClient config for Transform Service
#Transform Service and Shared File Store should have common switch for MTLS.
httpclient.config.transformServices.mTLSEnabled=false
#enable mtls in HttpClientFactory for Transform Service.
httpclient.config.transform.mTLSEnabled=${httpclient.config.transformServices.mTLSEnabled}
httpclient.config.transform.mTLSEnabled=false
httpclient.config.transform.maxTotalConnections=20
httpclient.config.transform.maxHostConnections=20