commit | f79aaafbfe692dacd2fc32df9ae1030d4536210a | [log] [tgz] |
---|---|---|
author | Geora Barsky <georab@amdocs.com> | Thu Dec 06 12:24:20 2018 -0500 |
committer | Geora Barsky <georab@amdocs.com> | Thu Dec 06 12:29:45 2018 -0500 |
tree | c5cd6d2de3c7969e872b88f215fa436aab3730c1 | |
parent | 12e23e7e38aa6254e7475936667982cdf23d18de [diff] [blame] |
Add optional support for SSL client into cxt bldrs Issue-ID: LOG-807 Change-Id: I27f5afd20208d71d47853aaaa6ff089c2f550f39 Signed-off-by: Geora Barsky <georab@amdocs.com>
diff --git a/kubernetes/pomba/charts/pomba-sdncctxbuilder/resources/config/application.properties b/kubernetes/pomba/charts/pomba-sdncctxbuilder/resources/config/application.properties index e9bd107..fcfe9dc 100644 --- a/kubernetes/pomba/charts/pomba-sdncctxbuilder/resources/config/application.properties +++ b/kubernetes/pomba/charts/pomba-sdncctxbuilder/resources/config/application.properties
@@ -34,6 +34,11 @@ # AAI REST Client Configuration aai.serviceName={{ .Values.config.aaiServiceName }}.{{.Release.Namespace}} aai.servicePort={{ .Values.config.aaiPort }} +# AAI APIs authentication mode. Valid values: [basic_auth, client_cert] +aai.authentication=basic_auth +aai.trustStorePath=n/a +aai.keyStorePath=n/a +aai.keyStorePassword=n/a aai.username={{ .Values.config.aaiUsername }} aai.password={{ .Values.config.aaiPassword }} aai.httpProtocol={{ .Values.config.aaiHttpProtocol }}