commit | ebc3a0be1e7b2fd2293fb48a7d805eb15a1cf511 | [log] [tgz] |
---|---|---|
author | Andreas Geissler <andreas-geissler@telekom.de> | Thu Sep 22 15:35:46 2022 +0200 |
committer | Andreas Geissler <andreas-geissler@telekom.de> | Fri Oct 21 07:30:49 2022 +0000 |
tree | 3beb152b26f81757419b2613bf27fcf683b5dae2 | |
parent | fa32b08201cc407e22e7b75f3ea16be8d929c4f1 [diff] [blame] |
[A1POLICYMANAGEMENT] Make A1P ServiceMesh compatible Update the application config to run in Istio SM by using HTTP instead of HTTPS and disable AAF dependency Issue-ID: OOM-3008 Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de> Change-Id: I3882912d98b05861114848902f35d254fa49c9d8
diff --git a/kubernetes/a1policymanagement/resources/config/application_configuration.json b/kubernetes/a1policymanagement/resources/config/application_configuration.json index 6b8ebfb..757ee04 100644 --- a/kubernetes/a1policymanagement/resources/config/application_configuration.json +++ b/kubernetes/a1policymanagement/resources/config/application_configuration.json
@@ -3,7 +3,7 @@ "controller": [ { "name": "controller1", - "baseUrl": "{{ .Values.sdncLink }}", + "baseUrl": "{{ (eq "true" (include "common.needTLS" .)) | ternary .Values.sdncLink .Values.sdncLinkHttp }}", "userName": "${A1CONTROLLER_USER}", "password": "${A1CONTROLLER_PASSWORD}" }