aboutsummaryrefslogtreecommitdiffstats
path: root/ms/neng/src/main/docker/startService.sh
diff options
context:
space:
mode:
authorAlexis de Talhouët <adetalhouet89@gmail.com>2018-09-27 23:11:31 +0200
committerAlexis de Talhouët <alexis.de_talhouet@bell.ca>2018-10-03 00:33:07 +0000
commit9fa7b8cf6018acf37716a8df3f1bafd7c2ea8ac1 (patch)
tree5caf2f80d0e2b23cbbd1e91296faa8392704c81b /ms/neng/src/main/docker/startService.sh
parent6739059550022e2a2db5ee81d2e42e282e2ebb09 (diff)
Fix neng communication with AAI
Add support with Basic Auth Disable hostname validation as k8s service name might not be listed within the cert Add support to trustore client side. Change-Id: I279df2b5e2fadd425fbeb3dc53ff72d8e3dcfe87 Issue-ID: CCSDK-600 Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
Diffstat (limited to 'ms/neng/src/main/docker/startService.sh')
-rw-r--r--ms/neng/src/main/docker/startService.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/ms/neng/src/main/docker/startService.sh b/ms/neng/src/main/docker/startService.sh
index 17f53ce5..be45897f 100644
--- a/ms/neng/src/main/docker/startService.sh
+++ b/ms/neng/src/main/docker/startService.sh
@@ -28,7 +28,8 @@ APP_ARGS=${APP_ARGS}" -Dpol_env="${POL_ENV}
APP_ARGS=${APP_ARGS}" -Dpol_req_id="${POL_REQ_ID}
APP_ARGS=${APP_ARGS}" -Daai_cert_pass="${AAI_CERT_PASS}
APP_ARGS=${APP_ARGS}" -Daai_cert_path="${AAI_CERT_PATH}
-APP_ARGS=${APP_ARGS}" -Daai_uri="${AAI_URI}
+APP_ARGS=${APP_ARGS}" -Daai_uri="${AAI_URI}
+APP_ARGS=${APP_ARGS}" -Daai_auth="${AAIC_AUTH}
APP_ARGS=${APP_ARGS}" -cp /opt/etc/config"
echo "APP_ARGS ="${APP_ARGS}